Sha256: 78a60e246ff6cd65480abe176081d78845c6a1e5a68bdd2f7b315fe5ca3212be

Contents?: true

Size: 323 Bytes

Versions: 2

Compression:

Stored size: 323 Bytes

Contents

/*
 * This program is licenced under the same licence as Ruby.
 * (See the file 'LICENCE'.)
 * $Id: ossl_pkcs12.h 12496 2007-06-08 15:02:04Z technorama $
 */
#if !defined(_OSSL_PKCS12_H_)
#define _OSSL_PKCS12_H_

extern VALUE cPKCS12;
extern VALUE ePKCS12Error;

void Init_ossl_pkcs12(void);

#endif /* _OSSL_PKCS12_H_ */

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubysl-openssl-1.0.2 ext/rubysl/openssl/ossl_pkcs12.h
rubysl-openssl-1.0.1 ext/rubysl/openssl/ossl_pkcs12.h