summaryrefslogtreecommitdiffstats
path: root/crypto.h
diff options
context:
space:
mode:
authorAdriaan de Jong <dejong@fox-it.com>2011-06-23 10:18:36 +0200
committerDavid Sommerseth <davids@redhat.com>2011-10-19 22:05:45 +0200
commit7151f3f78ea49e3ce98619884aa4e2aa57cb90fb (patch)
treee28ecc5b45501d5c95fb73fc82c3b2abc0121307 /crypto.h
parent23ee3563de28820919fe83f8f5b7289dc4ed42ae (diff)
downloadopenvpn-7151f3f78ea49e3ce98619884aa4e2aa57cb90fb.tar.gz
openvpn-7151f3f78ea49e3ce98619884aa4e2aa57cb90fb.tar.xz
openvpn-7151f3f78ea49e3ce98619884aa4e2aa57cb90fb.zip
Refactored show_available_* functions
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.h')
-rw-r--r--crypto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto.h b/crypto.h
index 2ddee5f..b9eafc8 100644
--- a/crypto.h
+++ b/crypto.h
@@ -434,12 +434,6 @@ void test_crypto (const struct crypto_options *co, struct frame* f);
const char *md5sum(uint8_t *buf, int len, int n_print_chars, struct gc_arena *gc);
-void show_available_ciphers (void);
-
-void show_available_digests (void);
-
-void show_available_engines (void);
-
void init_crypto_lib_engine (const char *engine_name);
void init_crypto_lib (void);