summaryrefslogtreecommitdiffstats
path: root/perl/openssl.h
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-02-10 09:38:31 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-02-10 09:38:31 +0000
commit8073036dd62848b616c6a817c155c3255074ec83 (patch)
tree8ae62e46c555ccc9e65b5dffd43cff25234c96af /perl/openssl.h
parent0517335e3cdc565edbecb53dec8ef9091c936763 (diff)
Overhauled the Perl interface (perl/*):
- ported BN stuff to OpenSSL's different BN library - made the perl/ source tree CVS-aware - renamed the package from SSLeay to OpenSSL (the files still contain their history because I've copied them in the repository) - removed obsolete files (the test scripts will be replaced by better Test::Harness variants in the future)
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 bcccda7d5f..299d10e372 100644
--- a/perl/openssl.h
+++ b/perl/openssl.h
@@ -1,4 +1,3 @@
-/* perl/p5SSLeay.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -55,6 +54,7 @@
* copied and put under another distribution licence
* [including the GNU Public Licence.]
*/
+
#ifdef __cplusplus
extern "C" {
#endif