summaryrefslogtreecommitdiffstats
path: root/perl/openssl.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-07-22 16:10:31 +0000
committerUlf Möller <ulf@openssl.org>1999-07-22 16:10:31 +0000
commit49b8142262247dcf6e0308e26cdb2d7f1bbafcb8 (patch)
tree8144e1c2ba653eecc652b94776783c6ee59db756 /perl/openssl.h
parentf0e8ae723cf8f86a91bdc5be8a6a5b956309729f (diff)
Make the perl module compile and eliminate some of the warnings.
Still doesn't work (the destructor on BIO and SSL is called immediately after creating the object. Why that??)
Diffstat (limited to 'perl/openssl.h')
-rw-r--r--perl/openssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/openssl.h b/perl/openssl.h
index 52e6cfc89a..2712324a30 100644
--- a/perl/openssl.h
+++ b/perl/openssl.h
@@ -60,7 +60,7 @@ extern "C" {
#endif
#include "EXTERN.h"
-#include <openssl/perl.h>
+#include "perl.h"
#include "XSUB.h"
#ifdef __cplusplus