e875a12015-10-29Henrik Grubbström (Grubba) /* Configuration settings for Nettle. */ #ifndef PIKE_NETTLE_CONFIG_H #define PIKE_NETTLE_CONFIG_H @TOP@
4df9fb2009-07-02Henrik Grubbström (Grubba) /* Define this if the nettle_crypt_func typedef is a pointer type. */ #undef HAVE_NETTLE_CRYPT_FUNC_IS_POINTER
14150e2014-01-13Per Hedbor  /* Define this if generage_dsa_keypair takes the qbits argument */ #undef HAVE_DSA_QBITS_KEYPAIR_ARG
e875a12015-10-29Henrik Grubbström (Grubba) 
74ee002019-07-24Henrik Grubbström (Grubba) /* Define this if struct aes_ctx has the field key_size. */ #undef HAVE_NETTLE_STRUCT_AES_CTX_FIELD_KEY_SIZE
e875a12015-10-29Henrik Grubbström (Grubba) @BOTTOM@ #include "nettle_config_fixup.h" #endif /* !PIKE_NETTLE_CONFIG_H */