summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_pkcs12.h
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@ruby-lang.org>2005-06-19 16:29:17 +0000
committergotoyuzo <gotoyuzo@ruby-lang.org>2005-06-19 16:29:17 +0000
commit89b479f1deb2bc3cd84f57b7223a411a81fbc744 (patch)
tree7a14198088dbefcac9d16c96111108abc67b5ac6 /ext/openssl/ossl_pkcs12.h
parent89f242317873e62b125b77b57841927dbbfc5bc7 (diff)
downloadruby-openssl-history-89b479f1deb2bc3cd84f57b7223a411a81fbc744.tar.gz
* ext/openssl/openssl_missing.c, ext/openssl/ossl.h,
ext/openssl/ossl_asn1.c, ext/openssl/ossl_bio.c, ext/openssl/ossl_pkcs12.h, ext/openssl/ossl_x509req.c: avoid compiler warnings. suggested by Mical Rokos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl_pkcs12.h')
-rw-r--r--ext/openssl/ossl_pkcs12.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_pkcs12.h b/ext/openssl/ossl_pkcs12.h
index fa73c4b..01dde2b 100644
--- a/ext/openssl/ossl_pkcs12.h
+++ b/ext/openssl/ossl_pkcs12.h
@@ -4,7 +4,7 @@
* $Id$
*/
#if !defined(_OSSL_PKCS12_H_)
-#define _OSSL_PKCS7_H_
+#define _OSSL_PKCS12_H_
extern VALUE mPKCS12;
extern VALUE cPKCS12;