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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h
index aec6fa4249..e12e771cc5 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.57 2018/02/17 16:54:08 jsing Exp $ */ 1/* $OpenBSD: evp.h,v 1.58 2018/02/20 18:05:28 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 *
@@ -893,8 +893,9 @@ int EVP_PKEY_set1_DH(EVP_PKEY *pkey, struct dh_st *key);
893#endif 893#endif
894#ifndef OPENSSL_NO_EC 894#ifndef OPENSSL_NO_EC
895struct ec_key_st; 895struct ec_key_st;
896int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, struct ec_key_st *key); 896struct ec_key_st *EVP_PKEY_get0_EC_KEY(EVP_PKEY *pkey);
897struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey); 897struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey);
898int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, struct ec_key_st *key);
898#endif 899#endif
899#ifndef OPENSSL_NO_GOST 900#ifndef OPENSSL_NO_GOST
900struct gost_key_st; 901struct gost_key_st;