Sha256: d10de45f041001a4ab8de3e669a5783537ac3982c66a6f55a554c977a22bfb3c
Contents?: true
Size: 478 Bytes
Versions: 22
Compression:
Stored size: 478 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 *ossl_evp_get_cipherbyname(VALUE); VALUE ossl_cipher_new(const EVP_CIPHER *); void Init_ossl_cipher(void); #endif /* _OSSL_CIPHER_H_ */
Version data entries
22 entries across 22 versions & 3 rubygems