summaryrefslogtreecommitdiffstats
path: root/crypto_backend.h
diff options
context:
space:
mode:
authorAdriaan de Jong <dejong@fox-it.com>2011-06-23 11:07:12 +0200
committerDavid Sommerseth <davids@redhat.com>2011-10-19 22:09:53 +0200
commit330715f0abec92dad434f3ca38557e5cff03f2a3 (patch)
tree3e65fd5c5479bef2f5fc25dbaf016cce182e62f9 /crypto_backend.h
parent7151f3f78ea49e3ce98619884aa4e2aa57cb90fb (diff)
downloadopenvpn-330715f0abec92dad434f3ca38557e5cff03f2a3.tar.gz
openvpn-330715f0abec92dad434f3ca38557e5cff03f2a3.tar.xz
openvpn-330715f0abec92dad434f3ca38557e5cff03f2a3.zip
Refactored SSL_clear_error()
Signed-off-by: Adriaan de Jong <dejong@fox-it.com> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'crypto_backend.h')
-rw-r--r--crypto_backend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto_backend.h b/crypto_backend.h
index b099f47..50eef7b 100644
--- a/crypto_backend.h
+++ b/crypto_backend.h
@@ -38,6 +38,8 @@
#include "basic.h"
+void crypto_clear_error (void);
+
void show_available_ciphers (void);
void show_available_digests (void);