diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 80c7941663..bbbb174eb1 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.58 2018/05/18 18:16:39 tb Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.59 2018/05/18 18:19:31 tb 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 | * |
@@ -965,7 +965,7 @@ extern const ASN1_ITEM NETSCAPE_CERT_SEQUENCE_it; | |||
965 | #ifndef OPENSSL_NO_EVP | 965 | #ifndef OPENSSL_NO_EVP |
966 | X509_INFO * X509_INFO_new(void); | 966 | X509_INFO * X509_INFO_new(void); |
967 | void X509_INFO_free(X509_INFO *a); | 967 | void X509_INFO_free(X509_INFO *a); |
968 | char * X509_NAME_oneline(X509_NAME *a,char *buf,int size); | 968 | char * X509_NAME_oneline(const X509_NAME *a, char *buf, int size); |
969 | 969 | ||
970 | int ASN1_item_digest(const ASN1_ITEM *it,const EVP_MD *type,void *data, | 970 | int ASN1_item_digest(const ASN1_ITEM *it,const EVP_MD *type,void *data, |
971 | unsigned char *md,unsigned int *len); | 971 | unsigned char *md,unsigned int *len); |