2 * $Id: ossl_bn.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>
8 * This program is licenced under the same licence as Ruby.
9 * (See the file 'LICENCE'.)
11 #if !defined(_OSSL_BN_H_)
15 extern VALUE eBNError
;
17 VALUE
ossl_bn_new(BIGNUM
*);
18 BIGNUM
*GetBNPtr(VALUE
);
19 void Init_ossl_bn(void);
21 #endif /* _OSS_BN_H_ */