aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_pkcs7.c
diff options
context:
space:
mode:
authorNAKAMURA Hiroshi <nahi@keynauts.com>2003-06-25 23:30:04 +0000
committerNAKAMURA Hiroshi <nahi@keynauts.com>2003-06-25 23:30:04 +0000
commitb10e5a89f4bdf3e6431517700eed57c9d101f896 (patch)
tree9cd0196c2a20f7e469fa8ac2f5623b4503f59f68 /ossl_pkcs7.c
parente8d4e88c5f754746087b92aa4c4c61153ac07c03 (diff)
downloadruby-openssl-history-b10e5a89f4bdf3e6431517700eed57c9d101f896.tar.gz
Typo fixed.
Diffstat (limited to 'ossl_pkcs7.c')
-rw-r--r--ossl_pkcs7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ossl_pkcs7.c b/ossl_pkcs7.c
index 11db203..8f1294d 100644
--- a/ossl_pkcs7.c
+++ b/ossl_pkcs7.c
@@ -211,7 +211,7 @@ ossl_pkcs7_s_encrypt(int argc, VALUE *argv, VALUE klass)
if(!(p7 = PKCS7_encrypt(x509s, in, ciph, flg))){
BIO_free(in);
sk_X509_free(x509s);
- ossl_rasie(ePKCS7Error, NULL);
+ ossl_raise(ePKCS7Error, NULL);
}
WrapPKCS7(cPKCS7, ret, p7);
ossl_pkcs7_set_data(ret, data);