Ruby  2.4.2p198(2017-09-14revision59899)
ossl_bio.h
Go to the documentation of this file.
1 /*
2  * 'OpenSSL for Ruby' team members
3  * Copyright (C) 2003
4  * All rights reserved.
5  */
6 /*
7  * This program is licensed under the same licence as Ruby.
8  * (See the file 'LICENCE'.)
9  */
10 #if !defined(_OSSL_BIO_H_)
11 #define _OSSL_BIO_H_
12 
13 BIO *ossl_obj2bio(volatile VALUE *);
17 
18 #endif
VALUE ossl_protect_membio2str(BIO *, int *)
Definition: ossl_bio.c:41
unsigned long VALUE
Definition: ruby.h:85
VALUE ossl_membio2str(BIO *)
Definition: ossl_bio.c:47
VALUE ossl_membio2str0(BIO *)
Definition: ossl_bio.c:29
BIO * ossl_obj2bio(volatile VALUE *)
Definition: ossl_bio.c:13