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:
0c9caf0
)
fix warning
author
Nils Larsch
<nils@openssl.org>
Mon, 13 Feb 2006 08:45:53 +0000
(08:45 +0000)
committer
Nils Larsch
<nils@openssl.org>
Mon, 13 Feb 2006 08:45:53 +0000
(08:45 +0000)
crypto/x509v3/v3_genn.c
patch
|
blob
|
history
diff --git
a/crypto/x509v3/v3_genn.c
b/crypto/x509v3/v3_genn.c
index 4dc836175a9466e3a442cff15aaa2633ddb504bb..363f2d32d5f72efec67f96aa41121c8ea204061b 100644
(file)
--- a/
crypto/x509v3/v3_genn.c
+++ b/
crypto/x509v3/v3_genn.c
@@
-102,8
+102,8
@@
IMPLEMENT_ASN1_FUNCTIONS(GENERAL_NAMES)
GENERAL_NAME *GENERAL_NAME_dup(GENERAL_NAME *a)
{
- return (GENERAL_NAME *) ASN1_dup((i
nt (*)()
) i2d_GENERAL_NAME,
- (
char *(*)()
) d2i_GENERAL_NAME,
+ return (GENERAL_NAME *) ASN1_dup((i
2d_of_void *
) i2d_GENERAL_NAME,
+ (
d2i_of_void *
) d2i_GENERAL_NAME,
(char *) a);
}