aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_bio.h
blob: 1b871f1cd7ab0c36bee62c3ef99b23f6f5cf3836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 'OpenSSL for Ruby' team members
 * Copyright (C) 2003
 * All rights reserved.
 */
/*
 * This program is licensed under the same licence as Ruby.
 * (See the file 'COPYING'.)
 */
#if !defined(_OSSL_BIO_H_)
#define _OSSL_BIO_H_

BIO *ossl_obj2bio(volatile VALUE *);
VALUE ossl_membio2str(BIO*);

#endif