summaryrefslogtreecommitdiff
path: root/trunk/ext/openssl/ossl_bio.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ext/openssl/ossl_bio.h')
-rw-r--r--trunk/ext/openssl/ossl_bio.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/trunk/ext/openssl/ossl_bio.h b/trunk/ext/openssl/ossl_bio.h
deleted file mode 100644
index 2d8f675c5b..0000000000
--- a/trunk/ext/openssl/ossl_bio.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * $Id$
- * 'OpenSSL for Ruby' team members
- * Copyright (C) 2003
- * All rights reserved.
- */
-/*
- * This program is licenced under the same licence as Ruby.
- * (See the file 'LICENCE'.)
- */
-#if !defined(_OSSL_BIO_H_)
-#define _OSSL_BIO_H_
-
-BIO *ossl_obj2bio(VALUE);
-BIO *ossl_protect_obj2bio(VALUE,int*);
-VALUE ossl_membio2str0(BIO*);
-VALUE ossl_membio2str(BIO*);
-VALUE ossl_protect_membio2str(BIO*,int*);
-
-#endif
-