Skip to content

Commit

Permalink
these files were forgotten in last commit.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
gotoyuzo committed Sep 10, 2005
1 parent 748cc76 commit 1a5d15f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ext/openssl/ossl_asn1.h
Expand Up @@ -17,6 +17,11 @@
VALUE asn1time_to_time(ASN1_TIME *);
time_t time_to_time_t(VALUE);

/*
* ASN1_STRING conversions
*/
VALUE asn1str_to_str(ASN1_STRING *);

/*
* ASN1_INTEGER conversions
*/
Expand Down
3 changes: 2 additions & 1 deletion ext/openssl/ossl_pkcs7.h
Expand Up @@ -13,7 +13,8 @@

extern VALUE mPKCS7;
extern VALUE cPKCS7;
extern VALUE cPKCS7SignerInfo;
extern VALUE cPKCS7Signer;
extern VALUE cPKCS7Recipient;
extern VALUE ePKCS7Error;

void Init_ossl_pkcs7(void);
Expand Down

0 comments on commit 1a5d15f

Please sign in to comment.