Loading crypto/aes/aes_cbc.c +6 −0 Original line number Diff line number Diff line Loading @@ -49,7 +49,13 @@ * */ #ifndef AES_DEBUG # ifndef NDEBUG # define NDEBUG # endif #endif #include <assert.h> #include <openssl/aes.h> #include "aes_locl.h" Loading crypto/aes/aes_cfb.c +6 −0 Original line number Diff line number Diff line Loading @@ -105,7 +105,13 @@ * [including the GNU Public Licence.] */ #ifndef AES_DEBUG # ifndef NDEBUG # define NDEBUG # endif #endif #include <assert.h> #include <openssl/aes.h> #include "aes_locl.h" Loading crypto/aes/aes_core.c +6 −0 Original line number Diff line number Diff line Loading @@ -28,7 +28,13 @@ /* Note: rewritten a little bit to provide error control and an OpenSSL- compatible API */ #ifndef AES_DEBUG # ifndef NDEBUG # define NDEBUG # endif #endif #include <assert.h> #include <stdlib.h> #include <openssl/aes.h> #include "aes_locl.h" Loading crypto/aes/aes_ctr.c +6 −0 Original line number Diff line number Diff line Loading @@ -49,7 +49,13 @@ * */ #ifndef AES_DEBUG # ifndef NDEBUG # define NDEBUG # endif #endif #include <assert.h> #include <openssl/aes.h> #include "aes_locl.h" Loading crypto/aes/aes_ecb.c +6 −0 Original line number Diff line number Diff line Loading @@ -49,7 +49,13 @@ * */ #ifndef AES_DEBUG # ifndef NDEBUG # define NDEBUG # endif #endif #include <assert.h> #include <openssl/aes.h> #include "aes_locl.h" Loading Loading
crypto/aes/aes_cbc.c +6 −0 Original line number Diff line number Diff line Loading @@ -49,7 +49,13 @@ * */ #ifndef AES_DEBUG # ifndef NDEBUG # define NDEBUG # endif #endif #include <assert.h> #include <openssl/aes.h> #include "aes_locl.h" Loading
crypto/aes/aes_cfb.c +6 −0 Original line number Diff line number Diff line Loading @@ -105,7 +105,13 @@ * [including the GNU Public Licence.] */ #ifndef AES_DEBUG # ifndef NDEBUG # define NDEBUG # endif #endif #include <assert.h> #include <openssl/aes.h> #include "aes_locl.h" Loading
crypto/aes/aes_core.c +6 −0 Original line number Diff line number Diff line Loading @@ -28,7 +28,13 @@ /* Note: rewritten a little bit to provide error control and an OpenSSL- compatible API */ #ifndef AES_DEBUG # ifndef NDEBUG # define NDEBUG # endif #endif #include <assert.h> #include <stdlib.h> #include <openssl/aes.h> #include "aes_locl.h" Loading
crypto/aes/aes_ctr.c +6 −0 Original line number Diff line number Diff line Loading @@ -49,7 +49,13 @@ * */ #ifndef AES_DEBUG # ifndef NDEBUG # define NDEBUG # endif #endif #include <assert.h> #include <openssl/aes.h> #include "aes_locl.h" Loading
crypto/aes/aes_ecb.c +6 −0 Original line number Diff line number Diff line Loading @@ -49,7 +49,13 @@ * */ #ifndef AES_DEBUG # ifndef NDEBUG # define NDEBUG # endif #endif #include <assert.h> #include <openssl/aes.h> #include "aes_locl.h" Loading