diff options
Diffstat (limited to 'src/structs.h')
-rw-r--r-- | src/structs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h index 958a5d22e..5f148a0ff 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1940,6 +1940,10 @@ typedef struct { # define CRYPT_M_BF 1 # define CRYPT_M_BF2 2 # define CRYPT_M_COUNT 3 /* number of crypt methods */ + +// Currently all crypt methods work inplace. If one is added that isn't then +// define this. +// # define CRYPT_NOT_INPLACE 1 #endif |