Updated MSpec source to 1c3ee1c8.
[rbx.git] / stdlib / ext / openssl / ossl_pkcs7.h
blob87ebfb538b703f28f2e6a40581cdaf87b5e4a644
1 /*
2 * $Id: ossl_pkcs7.h 11708 2007-02-12 23:01:19Z shyouhei $
3 * 'OpenSSL for Ruby' project
4 * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
5 * All rights reserved.
6 */
7 /*
8 * This program is licenced under the same licence as Ruby.
9 * (See the file 'LICENCE'.)
11 #if !defined(_OSSL_PKCS7_H_)
12 #define _OSSL_PKCS7_H_
14 extern VALUE mPKCS7;
15 extern VALUE cPKCS7;
16 extern VALUE cPKCS7Signer;
17 extern VALUE cPKCS7Recipient;
18 extern VALUE ePKCS7Error;
20 void Init_ossl_pkcs7(void);
22 #endif /* _OSSL_PKCS7_H_ */