summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/engine.h
diff options
context:
space:
mode:
authorreyk <>2014-04-14 10:03:00 +0000
committerreyk <>2014-04-14 10:03:00 +0000
commited92eeb1909d05fed85631343fee491beff0fe18 (patch)
tree38524d165b2b28707da7b3eb2a1ee872a2560b6b /src/lib/libcrypto/engine/engine.h
parentd0a8ab87a00dea4afb5a911392fc808259688414 (diff)
downloadopenbsd-ed92eeb1909d05fed85631343fee491beff0fe18.tar.gz
openbsd-ed92eeb1909d05fed85631343fee491beff0fe18.tar.bz2
openbsd-ed92eeb1909d05fed85631343fee491beff0fe18.zip
Remove the nuron engine. The static engine is not standalone and the
FPGA-based device is long obsolete.
Diffstat (limited to 'src/lib/libcrypto/engine/engine.h')
-rw-r--r--src/lib/libcrypto/engine/engine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h
index a2b7e83a66..51a18f3ee2 100644
--- a/src/lib/libcrypto/engine/engine.h
+++ b/src/lib/libcrypto/engine/engine.h
@@ -316,7 +316,6 @@ ENGINE *ENGINE_by_id(const char *id);
316void ENGINE_load_openssl(void); 316void ENGINE_load_openssl(void);
317void ENGINE_load_dynamic(void); 317void ENGINE_load_dynamic(void);
318#ifndef OPENSSL_NO_STATIC_ENGINE 318#ifndef OPENSSL_NO_STATIC_ENGINE
319void ENGINE_load_nuron(void);
320void ENGINE_load_padlock(void); 319void ENGINE_load_padlock(void);
321void ENGINE_load_capi(void); 320void ENGINE_load_capi(void);
322#ifndef OPENSSL_NO_GMP 321#ifndef OPENSSL_NO_GMP