summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
-rw-r--r--src/lib/libcrypto/evp/evp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h
index ec09deef46..4f2c867196 100644
--- a/src/lib/libcrypto/evp/evp.h
+++ b/src/lib/libcrypto/evp/evp.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: evp.h,v 1.61 2018/05/13 06:37:14 tb Exp $ */ 1/* $OpenBSD: evp.h,v 1.62 2018/05/13 06:38:46 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 *
@@ -872,7 +872,7 @@ int EVP_PKEY_size(EVP_PKEY *pkey);
872int EVP_PKEY_set_type(EVP_PKEY *pkey, int type); 872int EVP_PKEY_set_type(EVP_PKEY *pkey, int type);
873int EVP_PKEY_set_type_str(EVP_PKEY *pkey, const char *str, int len); 873int EVP_PKEY_set_type_str(EVP_PKEY *pkey, const char *str, int len);
874int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); 874int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key);
875void *EVP_PKEY_get0(EVP_PKEY *pkey); 875void *EVP_PKEY_get0(const EVP_PKEY *pkey);
876 876
877#ifndef OPENSSL_NO_RSA 877#ifndef OPENSSL_NO_RSA
878struct rsa_st; 878struct rsa_st;