Loading crypto/engine/hw_openbsd_dev_crypto.c +12 −11 Original line number Diff line number Diff line Loading @@ -53,29 +53,30 @@ * */ #ifndef OPENSSL_OPENBSD_DEV_CRYPTO void ENGINE_load_openbsd_dev_crypto(void) { /* This is a NOP unless OPENSSL_OPENBSD_DEV_CRYPTO is defined */ return; } #else /* OPENSSL_OPENBSD_DEV_CRYPTO */ #include <fcntl.h> #include <stdio.h> #include <errno.h> #include <unistd.h> #include <assert.h> #include <sys/ioctl.h> #include <crypto/cryptodev.h> #include <openssl/engine.h> #include <openssl/evp.h> #include "eng_int.h" /* Maybe this is needed? ... */ #include "../evp/evp_locl.h" #ifndef OPENSSL_OPENBSD_DEV_CRYPTO void ENGINE_load_openbsd_dev_crypto(void) { /* This is a NOP unless OPENSSL_OPENBSD_DEV_CRYPTO is defined */ return; } #else /* OPENSSL_OPENBSD_DEV_CRYPTO */ #include <crypto/cryptodev.h> /****************************************************/ /* Declare the normal generic ENGINE stuff here ... */ Loading ssl/kssl.c +3 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ */ #include <openssl/opensslconf.h> #ifndef OPENSSL_NO_KRB5 #define _XOPEN_SOURCE /* glibc2 needs this to declare strptime() */ #include <time.h> #include <string.h> Loading @@ -77,6 +77,8 @@ #include <openssl/objects.h> #include <openssl/krb5_asn.h> #ifndef OPENSSL_NO_KRB5 /* * When OpenSSL is built on Windows, we do not want to require that * the Kerberos DLLs be available in order for the OpenSSL DLLs to Loading ssl/kssl.h +2 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,8 @@ #ifndef KSSL_H #define KSSL_H #include <openssl/opensslconf.h> #ifndef OPENSSL_NO_KRB5 #include <stdio.h> Loading ssl/kssl_lcl.h +2 −2 Original line number Diff line number Diff line Loading @@ -59,10 +59,10 @@ #ifndef KSSL_LCL_H #define KSSL_LCL_H #ifndef OPENSSL_NO_KRB5 #include <openssl/kssl.h> #ifndef OPENSSL_NO_KRB5 #ifdef __cplusplus extern "C" { #endif Loading ssl/s3_clnt.c +0 −2 Original line number Diff line number Diff line Loading @@ -62,9 +62,7 @@ #include <openssl/objects.h> #include <openssl/evp.h> #include "ssl_locl.h" #ifndef OPENSSL_NO_KRB5 #include "kssl_lcl.h" #endif #include <openssl/md5.h> static SSL_METHOD *ssl3_get_client_method(int ver); Loading Loading
crypto/engine/hw_openbsd_dev_crypto.c +12 −11 Original line number Diff line number Diff line Loading @@ -53,29 +53,30 @@ * */ #ifndef OPENSSL_OPENBSD_DEV_CRYPTO void ENGINE_load_openbsd_dev_crypto(void) { /* This is a NOP unless OPENSSL_OPENBSD_DEV_CRYPTO is defined */ return; } #else /* OPENSSL_OPENBSD_DEV_CRYPTO */ #include <fcntl.h> #include <stdio.h> #include <errno.h> #include <unistd.h> #include <assert.h> #include <sys/ioctl.h> #include <crypto/cryptodev.h> #include <openssl/engine.h> #include <openssl/evp.h> #include "eng_int.h" /* Maybe this is needed? ... */ #include "../evp/evp_locl.h" #ifndef OPENSSL_OPENBSD_DEV_CRYPTO void ENGINE_load_openbsd_dev_crypto(void) { /* This is a NOP unless OPENSSL_OPENBSD_DEV_CRYPTO is defined */ return; } #else /* OPENSSL_OPENBSD_DEV_CRYPTO */ #include <crypto/cryptodev.h> /****************************************************/ /* Declare the normal generic ENGINE stuff here ... */ Loading
ssl/kssl.c +3 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ */ #include <openssl/opensslconf.h> #ifndef OPENSSL_NO_KRB5 #define _XOPEN_SOURCE /* glibc2 needs this to declare strptime() */ #include <time.h> #include <string.h> Loading @@ -77,6 +77,8 @@ #include <openssl/objects.h> #include <openssl/krb5_asn.h> #ifndef OPENSSL_NO_KRB5 /* * When OpenSSL is built on Windows, we do not want to require that * the Kerberos DLLs be available in order for the OpenSSL DLLs to Loading
ssl/kssl.h +2 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,8 @@ #ifndef KSSL_H #define KSSL_H #include <openssl/opensslconf.h> #ifndef OPENSSL_NO_KRB5 #include <stdio.h> Loading
ssl/kssl_lcl.h +2 −2 Original line number Diff line number Diff line Loading @@ -59,10 +59,10 @@ #ifndef KSSL_LCL_H #define KSSL_LCL_H #ifndef OPENSSL_NO_KRB5 #include <openssl/kssl.h> #ifndef OPENSSL_NO_KRB5 #ifdef __cplusplus extern "C" { #endif Loading
ssl/s3_clnt.c +0 −2 Original line number Diff line number Diff line Loading @@ -62,9 +62,7 @@ #include <openssl/objects.h> #include <openssl/evp.h> #include "ssl_locl.h" #ifndef OPENSSL_NO_KRB5 #include "kssl_lcl.h" #endif #include <openssl/md5.h> static SSL_METHOD *ssl3_get_client_method(int ver); Loading