summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
-rw-r--r--src/lib/libcrypto/x509/x509.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h
index ec7887a928..e99e8e0238 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.63 2018/05/18 19:21:33 tb Exp $ */ 1/* $OpenBSD: x509.h,v 1.64 2018/05/18 19:24:08 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 *
@@ -1049,7 +1049,7 @@ int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
1049 1049
1050int X509_REQ_check_private_key(X509_REQ *x509,EVP_PKEY *pkey); 1050int X509_REQ_check_private_key(X509_REQ *x509,EVP_PKEY *pkey);
1051 1051
1052int X509_check_private_key(X509 *x509,EVP_PKEY *pkey); 1052int X509_check_private_key(const X509 *x509, const EVP_PKEY *pkey);
1053 1053
1054int X509_issuer_and_serial_cmp(const X509 *a, const X509 *b); 1054int X509_issuer_and_serial_cmp(const X509 *a, const X509 *b);
1055unsigned long X509_issuer_and_serial_hash(X509 *a); 1055unsigned long X509_issuer_and_serial_hash(X509 *a);