enable ltm, add key blinding, add remove tfm
This commit is contained in:
@@ -31,9 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@@ -41,6 +39,8 @@
|
||||
|
||||
#include <roken.h>
|
||||
|
||||
#ifdef USE_HCRYPTO_TFM
|
||||
|
||||
#include "tfm.h"
|
||||
|
||||
static void
|
||||
@@ -247,3 +247,5 @@ DH_tfm_method(void)
|
||||
{
|
||||
return &_hc_dh_tfm_method;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user