enable ltm, add key blinding, add remove tfm

This commit is contained in:
Love Hornquist Astrand
2010-08-15 15:06:58 -07:00
parent 44dfbeb596
commit 763a72b73a
143 changed files with 482 additions and 21199 deletions

View File

@@ -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