Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-05-19 16:45:16 +0400
committerDr. Stephen Henson <steve@openssl.org>1999-05-19 16:45:16 +0400
commite84240d42289a131def633579cfdabfb6ebf557d (patch)
treeec455fe5f4865fc28309c3e5f5762eec155b4f7d /util
parent054810ec0e02d7d15bf96945e2ea46d2e4147aa5 (diff)
New functions sk_set, sk_value and sk_num to replace existing macros: this is
to minimise the effects on existing code.
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/libeay.num b/util/libeay.num
index 7be174acdf..604295ba7b 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -1625,3 +1625,6 @@ EVP_CIPHER_type 1649
EVP_PBE_CipherInit 1650
X509V3_add_value_bool_nf 1651
d2i_ASN1_UINTEGER 1652
+sk_value 1653
+sk_num 1654
+sk_set 1655