aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/ossl_cipher.h')
-rw-r--r--ext/openssl/ossl_cipher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/ossl_cipher.h b/ext/openssl/ossl_cipher.h
index 4dcbd4fd89..63c7a875e8 100644
--- a/ext/openssl/ossl_cipher.h
+++ b/ext/openssl/ossl_cipher.h
@@ -16,6 +16,7 @@ extern VALUE cCipher;
extern VALUE eCipherError;
const EVP_CIPHER *GetCipherPtr(VALUE);
+VALUE ossl_cipher_new(const EVP_CIPHER *);
void Init_ossl_cipher(void);
#endif /* _OSSL_CIPHER_H_ */