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:
21346b7
)
Use CONFerr, not RSAerr, in the conf library...
author
Richard Levitte
<levitte@openssl.org>
Wed, 26 Apr 2000 12:15:19 +0000
(12:15 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 26 Apr 2000 12:15:19 +0000
(12:15 +0000)
crypto/conf/conf_lib.c
patch
|
blob
|
history
diff --git
a/crypto/conf/conf_lib.c
b/crypto/conf/conf_lib.c
index 7a933e56ba18582b763197c1328d3504c96363e7..4c8ca9e9ae4f3df23f798b3aaede9b947f16e433 100644
(file)
--- a/
crypto/conf/conf_lib.c
+++ b/
crypto/conf/conf_lib.c
@@
-221,7
+221,7
@@
CONF *NCONF_new(CONF_METHOD *meth)
ret = meth->create(meth);
if (ret == NULL)
{
-
RSA
err(CONF_F_NCONF_NEW,ERR_R_MALLOC_FAILURE);
+
CONF
err(CONF_F_NCONF_NEW,ERR_R_MALLOC_FAILURE);
return(NULL);
}