summaryrefslogtreecommitdiffstats
path: root/perl/openssl_bio.xs
diff options
context:
space:
mode:
Diffstat (limited to 'perl/openssl_bio.xs')
-rw-r--r--perl/openssl_bio.xs3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/openssl_bio.xs b/perl/openssl_bio.xs
index 346ead441f..06d61af130 100644
--- a/perl/openssl_bio.xs
+++ b/perl/openssl_bio.xs
@@ -66,6 +66,7 @@ boot_bio(void)
MODULE = OpenSSL::BIO PACKAGE = OpenSSL::BIO PREFIX = p5_BIO_
+PROTOTYPES: ENABLE
VERSIONCHECK: DISABLE
void
@@ -216,7 +217,7 @@ p5_BIO_pop(b)
* perl library, in which case it will have a perl
* SV, otherwise it will have been created internally,
* inside OpenSSL. For the 'pushed in', it needs
- * the reference count decememted. */
+ * the reference count decremented. */
arg = (SV *)BIO_get_ex_data(bio, p5_bio_ex_bio_ptr);
if (arg == NULL) {
arg = new_ref("OpenSSL::BIO",(char *)bio,0);