summaryrefslogtreecommitdiff
path: root/ruby_1_8_5/ext/openssl/ossl_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_8_5/ext/openssl/ossl_engine.h')
-rw-r--r--ruby_1_8_5/ext/openssl/ossl_engine.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/ruby_1_8_5/ext/openssl/ossl_engine.h b/ruby_1_8_5/ext/openssl/ossl_engine.h
new file mode 100644
index 0000000000..ccc426481a
--- /dev/null
+++ b/ruby_1_8_5/ext/openssl/ossl_engine.h
@@ -0,0 +1,20 @@
+/*
+ * $Id: ossl_engine.h,v 1.1 2003/10/02 08:47:11 gotoyuzo Exp $
+ * 'OpenSSL for Ruby' project
+ * Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz>
+ * Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
+ * All rights reserved.
+ */
+/*
+ * This program is licenced under the same licence as Ruby.
+ * (See the file 'LICENCE'.)
+ */
+#if !defined(OSSL_ENGINE_H)
+#define OSSL_ENGINE_H
+
+extern VALUE cEngine;
+extern VALUE eEngineError;
+
+void Init_ossl_engine(void);
+
+#endif /* OSSL_ENGINE_H */