Sha256: eed8cab8f5a29af40e7ab7811f80ea3eb82feb9cbf69302f47c4d39ae4297171
Contents?: true
Size: 465 Bytes
Versions: 36
Compression:
Stored size: 465 Bytes
Contents
/* * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. */ /* * This program is licensed under the same licence as Ruby. * (See the file 'LICENCE'.) */ #if !defined(_OSSL_CIPHER_H_) #define _OSSL_CIPHER_H_ 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_ */
Version data entries
36 entries across 36 versions & 5 rubygems