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:
f5d7a03
)
Oops ... fix warning.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 27 Apr 1999 01:34:55 +0000
(
01:34
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 27 Apr 1999 01:34:55 +0000
(
01:34
+0000)
crypto/x509v3/v3_alt.c
patch
|
blob
|
history
diff --git
a/crypto/x509v3/v3_alt.c
b/crypto/x509v3/v3_alt.c
index e66a0748fdf9dea5049b2093bf71977c92515773..f0f64d76a32391b44c96e3d211a212ce5dcea463 100644
(file)
--- a/
crypto/x509v3/v3_alt.c
+++ b/
crypto/x509v3/v3_alt.c
@@
-96,7
+96,7
@@
STACK *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method,
gen = sk_GENERAL_NAME_value(gens, i);
ret = i2v_GENERAL_NAME(method, gen, ret);
}
- if(!ret) return sk_
GENERAL_NAME_
new_null();
+ if(!ret) return sk_new_null();
return ret;
}