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:
959a720
)
unused function
author
Ulf Möller
<ulf@openssl.org>
Mon, 6 Mar 2006 17:58:25 +0000
(17:58 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Mon, 6 Mar 2006 17:58:25 +0000
(17:58 +0000)
crypto/x509v3/v3_utl.c
patch
|
blob
|
history
diff --git
a/crypto/x509v3/v3_utl.c
b/crypto/x509v3/v3_utl.c
index 46d7580b0a832451d4795dc7c7939af86bf56082..7911c4bdaf3feaaaf91ef6c9ec7dce9ffc7afc7b 100644
(file)
--- a/
crypto/x509v3/v3_utl.c
+++ b/
crypto/x509v3/v3_utl.c
@@
-107,19
+107,6
@@
int X509V3_add_value_uchar(const char *name, const unsigned char *value,
return X509V3_add_value(name,(const char *)value,extlist);
}
-/* New function for CONF_VALUE. */
-
-CONF_VALUE *X509V3_conf_new()
- {
- CONF_VALUE *v = (CONF_VALUE *) OPENSSL_malloc(sizeof(CONF_VALUE));
- if (!v)
- {
- v->section = v->name = v->value = NULL;
- }
-
- return v;
- }
-
/* Free function for STACK_OF(CONF_VALUE) */
void X509V3_conf_free(CONF_VALUE *conf)