aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_ssl.h
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-06-06 00:33:41 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-06-06 00:33:41 +0000
commitca28cb557a6f3f6b053d98e58723d988eed08abc (patch)
tree217b66ceade5d2e6cd63cfafab27a683cb3f89c7 /ossl_ssl.h
parentae46dfdea59f8d0e54d19b0a2ea196de1a2a2114 (diff)
downloadruby-openssl-history-ca28cb557a6f3f6b053d98e58723d988eed08abc.tar.gz
PKey (DH|DSA|RSA) cleanup and rewrite (EVP_PKEY is now wrapped), final cleaning for ossl.h
Diffstat (limited to 'ossl_ssl.h')
-rw-r--r--ossl_ssl.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/ossl_ssl.h b/ossl_ssl.h
new file mode 100644
index 0000000..1c9c236
--- /dev/null
+++ b/ossl_ssl.h
@@ -0,0 +1,21 @@
+/*
+ * $Id$
+ * 'OpenSSL for Ruby' project
+ * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
+ * All rights reserved.
+ */
+/*
+ * This program is licenced under the same licence as Ruby.
+ * (See the file 'LICENCE'.)
+ */
+#if !defined(_OSSL_SSL_H_)
+#define _OSSL_SSL_H_
+
+extern VALUE mSSL;
+extern VALUE cSSLSocket;
+extern VALUE eSSLError;
+
+void Init_ossl_ssl(void);
+
+#endif /* _OSSL_SSL_H_ */
+