summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/evp/evp_locl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/evp_locl.h b/src/lib/libcrypto/evp/evp_locl.h
index e264f9c998..0b1bea9583 100644
--- a/src/lib/libcrypto/evp/evp_locl.h
+++ b/src/lib/libcrypto/evp/evp_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: evp_locl.h,v 1.14 2016/12/21 15:49:29 jsing Exp $ */ 1/* $OpenBSD: evp_locl.h,v 1.15 2018/11/24 11:16:44 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2000. 3 * project 2000.
4 */ 4 */
@@ -265,7 +265,7 @@ const EVP_CIPHER *EVP_##cname##_ecb(void) { return &cname##_ecb; }
265 EVP_CIPHER_get_asn1_iv, \ 265 EVP_CIPHER_get_asn1_iv, \
266 NULL) 266 NULL)
267 267
268 struct evp_pkey_ctx_st { 268struct evp_pkey_ctx_st {
269 /* Method associated with this operation */ 269 /* Method associated with this operation */
270 const EVP_PKEY_METHOD *pmeth; 270 const EVP_PKEY_METHOD *pmeth;
271 /* Engine that implements this method or NULL if builtin */ 271 /* Engine that implements this method or NULL if builtin */