aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/openssl/aes/aescrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/openssl/aes/aescrypt.c')
-rw-r--r--src/lib/crypto/openssl/aes/aescrypt.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/lib/crypto/openssl/aes/aescrypt.c b/src/lib/crypto/openssl/aes/aescrypt.c
deleted file mode 100644
index 27ee567..0000000
--- a/src/lib/crypto/openssl/aes/aescrypt.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* lib/crypto/openssl/aes/aescrypt.c
- */
-
-#include "aesopt.h"
-
-aes_rval aes_dec_blk(const unsigned char in_blk[], unsigned char out_blk[], const aes_ctx cx[1])
-{
- return aes_bad;
-}
-aes_rval aes_enc_blk(const unsigned char in_blk[], unsigned char out_blk[], const aes_ctx cx[1])
-{
- return aes_bad;
-}
-