projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20e8f0e
)
Include the UI error strings.
author
Richard Levitte
<levitte@openssl.org>
Sat, 23 Jun 2001 15:04:51 +0000
(15:04 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 23 Jun 2001 15:04:51 +0000
(15:04 +0000)
crypto/err/err_all.c
patch
|
blob
|
history
diff --git
a/crypto/err/err_all.c
b/crypto/err/err_all.c
index b088de65f5f30d94f473bc6ed999653b421bc249..90029fd159faeac2000c90419323ba08ceb4c4a2 100644
(file)
--- a/
crypto/err/err_all.c
+++ b/
crypto/err/err_all.c
@@
-124,5
+124,6
@@
void ERR_load_crypto_strings(void)
ERR_load_DSO_strings();
ERR_load_ENGINE_strings();
ERR_load_OCSP_strings();
+ ERR_load_UI_strings();
#endif
}