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 29e00d7a5b..ed6225997a 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.68 2018/05/30 15:35:45 tb Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.69 2018/05/30 15:59:33 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 | * |
@@ -1002,7 +1002,7 @@ int X509_set_pubkey(X509 *x, EVP_PKEY *pkey); | |||
1002 | EVP_PKEY * X509_get_pubkey(X509 *x); | 1002 | EVP_PKEY * X509_get_pubkey(X509 *x); |
1003 | EVP_PKEY * X509_get0_pubkey(const X509 *x); | 1003 | EVP_PKEY * X509_get0_pubkey(const X509 *x); |
1004 | ASN1_BIT_STRING *X509_get0_pubkey_bitstr(const X509 *x); | 1004 | ASN1_BIT_STRING *X509_get0_pubkey_bitstr(const X509 *x); |
1005 | int X509_certificate_type(X509 *x,EVP_PKEY *pubkey /* optional */); | 1005 | int X509_certificate_type(const X509 *x, const EVP_PKEY *pubkey); |
1006 | 1006 | ||
1007 | int X509_REQ_set_version(X509_REQ *x,long version); | 1007 | int X509_REQ_set_version(X509_REQ *x,long version); |
1008 | int X509_REQ_set_subject_name(X509_REQ *req,X509_NAME *name); | 1008 | int X509_REQ_set_subject_name(X509_REQ *req,X509_NAME *name); |