aboutsummaryrefslogtreecommitdiff
path: root/decrepit
diff options
context:
space:
mode:
authorAdam Langley <alangley@gmail.com>2022-02-04 11:43:59 -0800
committerAdam Langley <agl@google.com>2022-02-14 21:01:14 +0000
commita919539777e53663f96bfcf792fd94669c6574e1 (patch)
treef72e1ed1c4f95badb5622b5e8619b3091737e82d /decrepit
parent44a141fa1057c330cd533eb6523769e7e1ca1255 (diff)
downloadboringssl-a919539777e53663f96bfcf792fd94669c6574e1.zip
boringssl-a919539777e53663f96bfcf792fd94669c6574e1.tar.gz
boringssl-a919539777e53663f96bfcf792fd94669c6574e1.tar.bz2
Move DES out of the FIPS module.
FIPS no longer likes it. Change-Id: I32a4ba93a5849927ff75aa72b816cdc669e8a0af Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/51325 Reviewed-by: David Benjamin <davidben@google.com>
Diffstat (limited to 'decrepit')
-rw-r--r--decrepit/des/cfb64ede.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/decrepit/des/cfb64ede.c b/decrepit/des/cfb64ede.c
index 6c39923..820c52e 100644
--- a/decrepit/des/cfb64ede.c
+++ b/decrepit/des/cfb64ede.c
@@ -58,7 +58,7 @@
#include <openssl/des.h>
-#include "../../crypto/fipsmodule/des/internal.h"
+#include "../../crypto/des/internal.h"
#include "../../crypto/internal.h"