diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index ec6668d35e..cf00ea5ebe 100644 --- a/src/lib/libcrypto/x509/x509.h +++ b/src/lib/libcrypto/x509/x509.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509.h,v 1.22 2015/02/11 02:17:59 jsing Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.23 2015/04/12 15:15:51 doug Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -857,8 +857,6 @@ int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x); | |||
857 | 857 | ||
858 | X509_PKEY * X509_PKEY_new(void ); | 858 | X509_PKEY * X509_PKEY_new(void ); |
859 | void X509_PKEY_free(X509_PKEY *a); | 859 | void X509_PKEY_free(X509_PKEY *a); |
860 | int i2d_X509_PKEY(X509_PKEY *a,unsigned char **pp); | ||
861 | X509_PKEY * d2i_X509_PKEY(X509_PKEY **a,const unsigned char **pp,long length); | ||
862 | 860 | ||
863 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) | 861 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) |
864 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) | 862 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) |