diff options
| author | technorama <technorama@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-05 05:59:22 +0000 |
|---|---|---|
| committer | technorama <technorama@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-05 05:59:22 +0000 |
| commit | 8e678a60978a4ba7742a8f28725e6bcf5c4e6884 (patch) | |
| tree | 6af3285c7c29d4fb458d3cb873f80fbdfcb942ab /ext/openssl/ossl_cipher.h | |
| parent | ee3044e3ae0619821b63fde2f2e9f6c2e0ac8788 (diff) | |
| download | ruby-8e678a60978a4ba7742a8f28725e6bcf5c4e6884.tar.gz ruby-8e678a60978a4ba7742a8f28725e6bcf5c4e6884.tar.xz ruby-8e678a60978a4ba7742a8f28725e6bcf5c4e6884.zip | |
* ext/openssl/ossl_pkcs5.c: New module.
* ext/openssl/ossl_{cipher,digest,pkcs7,pkcs12}.c:
Remove redundant module namespace.
* ext/openssl/lib/openssl/{cipher,digest}.rb
Add backwards compatibile classes for rearranged classes.
* ext/openssl/ossl_{pkcs7,pkcs12}.c: Add documentation.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl_cipher.h')
| -rw-r--r-- | ext/openssl/ossl_cipher.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/openssl/ossl_cipher.h b/ext/openssl/ossl_cipher.h index 63c7a875e..bed4fa853 100644 --- a/ext/openssl/ossl_cipher.h +++ b/ext/openssl/ossl_cipher.h @@ -11,7 +11,6 @@ #if !defined(_OSSL_CIPHER_H_) #define _OSSL_CIPHER_H_ -extern VALUE mCipher; extern VALUE cCipher; extern VALUE eCipherError; |
