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
commitb3538dbaeb0eefca399b2668a8bfb035080875c6 (patch)
tree217b66ceade5d2e6cd63cfafab27a683cb3f89c7 /ossl_ssl.h
parent7ad7aa4ecf8b0c5e49a5944cddbacf9e7f691797 (diff)
downloadruby-openssl-history-b3538dbaeb0eefca399b2668a8bfb035080875c6.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_ */
+