aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_hmac.h
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-06-05 08:47:22 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-06-05 08:47:22 +0000
commit9eb38c6de7024e3c9bae02fea182a2a3f0e306c9 (patch)
tree12f9edfa697c366b25fda980dceae9cd40aae6de /ossl_hmac.h
parent99402ac08472e831238d632c2e10b0e03700bc5b (diff)
downloadruby-openssl-history-9eb38c6de7024e3c9bae02fea182a2a3f0e306c9.tar.gz
HMAC and SPKI cleanups & ports
Diffstat (limited to 'ossl_hmac.h')
-rw-r--r--ossl_hmac.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/ossl_hmac.h b/ossl_hmac.h
new file mode 100644
index 0000000..ca6600d
--- /dev/null
+++ b/ossl_hmac.h
@@ -0,0 +1,20 @@
+/*
+ * $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_HMAC_H_)
+#define _OSSL_HMAC_H_
+
+extern VALUE cHMAC;
+extern VALUE eHMACError;
+
+void Init_ossl_hmac();
+
+#endif /* _OSSL_HMAC_H_ */
+