summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers/cipher_des.h
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/ciphers/cipher_des.h')
-rw-r--r--providers/implementations/ciphers/cipher_des.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/providers/implementations/ciphers/cipher_des.h b/providers/implementations/ciphers/cipher_des.h
index aedb38177e..78ca686bad 100644
--- a/providers/implementations/ciphers/cipher_des.h
+++ b/providers/implementations/ciphers/cipher_des.h
@@ -10,8 +10,7 @@
#include <openssl/des.h>
#include "crypto/des_platform.h"
-/* TODO(3.0) Figure out what flags need to be here */
-#define TDES_FLAGS (EVP_CIPH_RAND_KEY)
+#define TDES_FLAGS 0
typedef struct prov_des_ctx_st {
PROV_CIPHER_CTX base; /* Must be first */