diff options
Diffstat (limited to 'src/config/crypto.h')
-rw-r--r-- | src/config/crypto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/crypto.h b/src/config/crypto.h index 95c73d477..1e021b0fb 100644 --- a/src/config/crypto.h +++ b/src/config/crypto.h @@ -17,6 +17,9 @@ FILE_LICENCE ( GPL2_OR_LATER ); */ #define TIMESTAMP_ERROR_MARGIN ( ( 12 * 60 + 30 ) * 60 ) +#include <config/named.h> +#include NAMED_CONFIG(crypto.h) #include <config/local/crypto.h> +#include LOCAL_NAMED_CONFIG(crypto.h) #endif /* CONFIG_CRYPTO_H */ |