aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-10-21 13:20:49 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-10-21 13:20:49 +0000
commit462f79ec44fb9259c48be448b231df3073c000d9 (patch)
tree8d5a7975ef606ac78d2a74fb1944d9bf2a526cd7 /util
parent08e9c1af6c26f74ef7f7524be4b89241ff232a8c (diff)
downloadopenssl-462f79ec44fb9259c48be448b231df3073c000d9.zip
openssl-462f79ec44fb9259c48be448b231df3073c000d9.tar.gz
openssl-462f79ec44fb9259c48be448b231df3073c000d9.tar.bz2
New function ASN1_mbstring_copy() to handle ASN1 string copying. Ultimately
this will be used to clear up the horrible DN mess.
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libeay.num b/util/libeay.num
index eb9946f..dc32e9b 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -1962,3 +1962,4 @@ ASN1_INTEGER_new 1986
i2d_DSAPublicKey_bio 1987
ASN1_STRING_length_set 1988
DIRECTORYSTRING_new 1989
+ASN1_mbstring_copy 1990