summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/crypto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h
index 8d549da8b5..7de8abb437 100644
--- a/src/lib/libcrypto/crypto.h
+++ b/src/lib/libcrypto/crypto.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: crypto.h,v 1.49 2018/11/11 16:32:28 bcook Exp $ */ 1/* $OpenBSD: crypto.h,v 1.50 2019/01/19 01:07:00 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -286,6 +286,7 @@ DECLARE_STACK_OF(CRYPTO_EX_DATA_FUNCS)
286#define CRYPTO_EX_INDEX_ECDH 13 286#define CRYPTO_EX_INDEX_ECDH 13
287#define CRYPTO_EX_INDEX_COMP 14 287#define CRYPTO_EX_INDEX_COMP 14
288#define CRYPTO_EX_INDEX_STORE 15 288#define CRYPTO_EX_INDEX_STORE 15
289#define CRYPTO_EX_INDEX_EC_KEY 16
289 290
290/* Dynamically assigned indexes start from this value (don't use directly, use 291/* Dynamically assigned indexes start from this value (don't use directly, use
291 * via CRYPTO_ex_data_new_class). */ 292 * via CRYPTO_ex_data_new_class). */