diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2003-05-11 21:36:18 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2003-05-11 21:36:18 +0000 |
commit | 2a4f284845a5a343e7e1d2d88ab0d111d8bc3ed9 (patch) | |
tree | 1de6c5a1abaa5a8a8ffe0af0dbc97b1e930ab8d8 /lib/libssl | |
parent | 7462a8d63c01fc16c70c79c9cda88a5226b58852 (diff) |
import 0.9.7b (without idea and rc5)
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/src/doc/crypto/X509_new.pod | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libssl/src/doc/crypto/X509_new.pod b/lib/libssl/src/doc/crypto/X509_new.pod index d38872335fd..fd5fc65ce15 100644 --- a/lib/libssl/src/doc/crypto/X509_new.pod +++ b/lib/libssl/src/doc/crypto/X509_new.pod @@ -6,8 +6,6 @@ X509_new, X509_free - X509 certificate ASN1 allocation functions =head1 SYNOPSIS - #include <openssl/x509.h> - X509 *X509_new(void); void X509_free(X509 *a); |