diff options
| author | jsing <> | 2018-02-20 17:06:19 +0000 |
|---|---|---|
| committer | jsing <> | 2018-02-20 17:06:19 +0000 |
| commit | b59ba4d49141733859e03cd63517f1b9d60391cf (patch) | |
| tree | cf09b6e42a2c0f78c8d22a16aa04b3d0a69fcec2 /src/lib/libcrypto/x509/x509.h | |
| parent | 0bc1bcf003a1773d998c80c68abda6117ebce089 (diff) | |
| download | openbsd-b59ba4d49141733859e03cd63517f1b9d60391cf.tar.gz openbsd-b59ba4d49141733859e03cd63517f1b9d60391cf.tar.bz2 openbsd-b59ba4d49141733859e03cd63517f1b9d60391cf.zip | |
Provide X509_REQ_get0_signature()
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
| -rw-r--r-- | src/lib/libcrypto/x509/x509.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 9d02e319aa..26e71ee40e 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.30 2018/02/20 17:04:58 jsing Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.31 2018/02/20 17:06:19 jsing 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 | * |
| @@ -611,6 +611,9 @@ const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl); | |||
| 611 | void X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig, | 611 | void X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig, |
| 612 | const X509_ALGOR **palg); | 612 | const X509_ALGOR **palg); |
| 613 | 613 | ||
| 614 | void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig, | ||
| 615 | const X509_ALGOR **palg); | ||
| 616 | |||
| 614 | void X509_CRL_set_default_method(const X509_CRL_METHOD *meth); | 617 | void X509_CRL_set_default_method(const X509_CRL_METHOD *meth); |
| 615 | X509_CRL_METHOD *X509_CRL_METHOD_new( | 618 | X509_CRL_METHOD *X509_CRL_METHOD_new( |
| 616 | int (*crl_init)(X509_CRL *crl), | 619 | int (*crl_init)(X509_CRL *crl), |
