summaryrefslogtreecommitdiff
path: root/src/cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cipher.h')
-rw-r--r--src/cipher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cipher.h b/src/cipher.h
index 3e0ba9d2..f84d9ad7 100644
--- a/src/cipher.h
+++ b/src/cipher.h
@@ -29,6 +29,8 @@
#define PUBKEY_FLAG_NO_BLINDING (1 << 0)
#define PUBKEY_FLAG_TRANSIENT_KEY (1 << 1)
+#define CIPHER_INFO_NO_WEAK_KEY 1
+
#include "cipher-proto.h"