diff options
Diffstat (limited to 'src/lib/libcrypto/ocsp/ocsp_lib.c')
| -rw-r--r-- | src/lib/libcrypto/ocsp/ocsp_lib.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ocsp/ocsp_lib.c b/src/lib/libcrypto/ocsp/ocsp_lib.c index d56a002096..f9a8d60bc1 100644 --- a/src/lib/libcrypto/ocsp/ocsp_lib.c +++ b/src/lib/libcrypto/ocsp/ocsp_lib.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ocsp_lib.c,v 1.20 2017/01/29 17:49:23 beck Exp $ */ | 1 | /* $OpenBSD: ocsp_lib.c,v 1.21 2018/05/13 10:30:52 tb Exp $ */ |
| 2 | /* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL | 2 | /* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL |
| 3 | * project. */ | 3 | * project. */ |
| 4 | 4 | ||
| @@ -99,8 +99,8 @@ OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer) | |||
| 99 | } | 99 | } |
| 100 | 100 | ||
| 101 | OCSP_CERTID * | 101 | OCSP_CERTID * |
| 102 | OCSP_cert_id_new(const EVP_MD *dgst, X509_NAME *issuerName, | 102 | OCSP_cert_id_new(const EVP_MD *dgst, const X509_NAME *issuerName, |
| 103 | ASN1_BIT_STRING* issuerKey, ASN1_INTEGER *serialNumber) | 103 | const ASN1_BIT_STRING *issuerKey, const ASN1_INTEGER *serialNumber) |
| 104 | { | 104 | { |
| 105 | int nid; | 105 | int nid; |
| 106 | unsigned int i; | 106 | unsigned int i; |
