3 * 'OpenSSL for Ruby' project
4 * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
8 * This program is licenced under the same licence as Ruby.
9 * (See the file 'LICENCE'.)
11 #if !defined(_OSSL_CIPHER_H_)
12 #define _OSSL_CIPHER_H_
15 extern VALUE eCipherError
;
17 const EVP_CIPHER
*GetCipherPtr(VALUE
);
18 VALUE
ossl_cipher_new(const EVP_CIPHER
*);
19 void Init_ossl_cipher(void);
21 #endif /* _OSSL_CIPHER_H_ */