aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-08-10 11:36:22 +0000
committerBodo Möller <bodo@openssl.org>1999-08-10 11:36:22 +0000
commit019a7aba4a05afee1e59c2f8656ba0b319b2213b (patch)
tree7399f87cee3a24d5b3842d00a105dd4fee5fccbf /util
parent87c49f622e7fe9d93b3ab87b1edd5faa32fa6e74 (diff)
downloadopenssl-019a7aba4a05afee1e59c2f8656ba0b319b2213b.zip
openssl-019a7aba4a05afee1e59c2f8656ba0b319b2213b.tar.gz
openssl-019a7aba4a05afee1e59c2f8656ba0b319b2213b.tar.bz2
Updates.
Prototypes and constant declarations for non-copying reads and writes for BIO pairs (which is totally untested as of now, so I don't yet commit the actual source code, but reserve the numbers to avoid conflicts).
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/libeay.num b/util/libeay.num
index 59c2040..350a3a8 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -1844,3 +1844,9 @@ sk_DIST_POINT_sort 1868
RSA_check_key 1869
OBJ_obj2txt 1870
DSA_dup_DH 1871
+X509_REQ_get_extensions 1872
+X509_REQ_set_extension_nids 1873
+BIO_nwrite 1874
+X509_REQ_extension_nid 1875
+BIO_nread 1876
+X509_REQ_get_extesion_nids 1877