Sha256: e04d65a1060bad2d08a8e627da6d84f018dea88fab0ca7935ba6d45263458815
Contents?: true
Size: 496 Bytes
Versions: 2
Compression:
Stored size: 496 Bytes
Contents
/* * $Id: ossl_pkcs7.h 12496 2007-06-08 15:02:04Z technorama $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. */ /* * This program is licenced under the same licence as Ruby. * (See the file 'LICENCE'.) */ #if !defined(_OSSL_PKCS7_H_) #define _OSSL_PKCS7_H_ extern VALUE cPKCS7; extern VALUE cPKCS7Signer; extern VALUE cPKCS7Recipient; extern VALUE ePKCS7Error; void Init_ossl_pkcs7(void); #endif /* _OSSL_PKCS7_H_ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubysl-openssl-1.0.2 | ext/rubysl/openssl/ossl_pkcs7.h |
rubysl-openssl-1.0.1 | ext/rubysl/openssl/ossl_pkcs7.h |