aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509attr.c
diff options
context:
space:
mode:
authorGOTOU Yuuzou <gotoyuzo@notwork.org>2003-07-21 19:39:38 +0000
committerGOTOU Yuuzou <gotoyuzo@notwork.org>2003-07-21 19:39:38 +0000
commit3d0071a8b8370abebc8ff1ed703263939a7e10ef (patch)
treede85ca79135ab0b64d766700e2b8754c5215a23e /ossl_x509attr.c
parentc7f1f4441ca27c111fb55a07f40f8c3f8dc217d4 (diff)
downloadruby-openssl-history-3d0071a8b8370abebc8ff1ed703263939a7e10ef.tar.gz
*** empty log message ***
Diffstat (limited to 'ossl_x509attr.c')
-rw-r--r--ossl_x509attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ossl_x509attr.c b/ossl_x509attr.c
index 22b5e17..6d5df51 100644
--- a/ossl_x509attr.c
+++ b/ossl_x509attr.c
@@ -56,7 +56,7 @@ ossl_x509attr_new(X509_ATTRIBUTE *attr)
}
X509_ATTRIBUTE *
-ossl_x509attr_get_X509_ATTRIBUTE(VALUE obj)
+DupX509AttrPtr(VALUE obj)
{
X509_ATTRIBUTE *attr, *new;