aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-01-01 16:42:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-01-01 16:42:49 +0000
commit20432eae41e35ea28a4d43c0dfc7acfdd9672812 (patch)
treeab6b92cdf2f38923e3e106968aa0dca236e0b4f9 /util
parent47134b7864fd5e31dbdbc789d9e073742ad4c3ee (diff)
downloadopenssl-20432eae41e35ea28a4d43c0dfc7acfdd9672812.zip
openssl-20432eae41e35ea28a4d43c0dfc7acfdd9672812.tar.gz
openssl-20432eae41e35ea28a4d43c0dfc7acfdd9672812.tar.bz2
Fix some of the command line password stuff. New function
that can automatically determine the type of a DER encoded "traditional" format private key and change some of the d2i functions to use it instead of requiring the application to work out the key type.
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 a83b493..263f227 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -2158,3 +2158,4 @@ d2i_PrivateKey_fp 2182
i2d_PrivateKey_bio 2183
X509_reject_clear 2184
X509_TRUST_set_default 2185
+d2i_AutoPrivateKey 2186