diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 314236919b..aac63ea92b 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.48 2018/05/13 10:25:06 tb Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.49 2018/05/13 10:36:35 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 | * |
@@ -987,9 +987,9 @@ int X509_set_version(X509 *x, long version); | |||
987 | int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial); | 987 | int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial); |
988 | ASN1_INTEGER * X509_get_serialNumber(X509 *x); | 988 | ASN1_INTEGER * X509_get_serialNumber(X509 *x); |
989 | int X509_set_issuer_name(X509 *x, X509_NAME *name); | 989 | int X509_set_issuer_name(X509 *x, X509_NAME *name); |
990 | X509_NAME * X509_get_issuer_name(X509 *a); | 990 | X509_NAME * X509_get_issuer_name(const X509 *a); |
991 | int X509_set_subject_name(X509 *x, X509_NAME *name); | 991 | int X509_set_subject_name(X509 *x, X509_NAME *name); |
992 | X509_NAME * X509_get_subject_name(X509 *a); | 992 | X509_NAME * X509_get_subject_name(const X509 *a); |
993 | int X509_set_notBefore(X509 *x, const ASN1_TIME *tm); | 993 | int X509_set_notBefore(X509 *x, const ASN1_TIME *tm); |
994 | int X509_set1_notBefore(X509 *x, const ASN1_TIME *tm); | 994 | int X509_set1_notBefore(X509 *x, const ASN1_TIME *tm); |
995 | int X509_set_notAfter(X509 *x, const ASN1_TIME *tm); | 995 | int X509_set_notAfter(X509 *x, const ASN1_TIME *tm); |