Loading crypto/engine/engine.h +3 −0 Original line number Original line Diff line number Diff line Loading @@ -685,6 +685,9 @@ typedef int (*dynamic_bind_engine)(ENGINE *e, const char *id, * values. */ * values. */ void *ENGINE_get_static_state(void); void *ENGINE_get_static_state(void); #if defined(__OpenBSD__) || defined(__FreeBSD__) void ENGINE_setup_bsd_cryptodev(void); #endif /* BEGIN ERROR CODES */ /* BEGIN ERROR CODES */ /* The following lines are auto generated by the script mkerr.pl. Any changes /* The following lines are auto generated by the script mkerr.pl. Any changes Loading crypto/evp/c_all.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -59,6 +59,7 @@ #include <stdio.h> #include <stdio.h> #include "cryptlib.h" #include "cryptlib.h" #include <openssl/evp.h> #include <openssl/evp.h> #include <openssl/engine.h> #if 0 #if 0 #undef OpenSSL_add_all_algorithms #undef OpenSSL_add_all_algorithms Loading Loading
crypto/engine/engine.h +3 −0 Original line number Original line Diff line number Diff line Loading @@ -685,6 +685,9 @@ typedef int (*dynamic_bind_engine)(ENGINE *e, const char *id, * values. */ * values. */ void *ENGINE_get_static_state(void); void *ENGINE_get_static_state(void); #if defined(__OpenBSD__) || defined(__FreeBSD__) void ENGINE_setup_bsd_cryptodev(void); #endif /* BEGIN ERROR CODES */ /* BEGIN ERROR CODES */ /* The following lines are auto generated by the script mkerr.pl. Any changes /* The following lines are auto generated by the script mkerr.pl. Any changes Loading
crypto/evp/c_all.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -59,6 +59,7 @@ #include <stdio.h> #include <stdio.h> #include "cryptlib.h" #include "cryptlib.h" #include <openssl/evp.h> #include <openssl/evp.h> #include <openssl/engine.h> #if 0 #if 0 #undef OpenSSL_add_all_algorithms #undef OpenSSL_add_all_algorithms Loading