From 774d025eb0d6c6d757ad61fc814ff620bd067c11 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Mon, 19 Mar 2018 14:21:08 +0100 Subject: [PATCH] Do not build the unit test in the main library It may cause runtime problems on non-windows platforms depending on the linker. --- haicrypt/filelist-gnutls.maf | 1 - haicrypt/filelist.maf | 1 - 2 files changed, 2 deletions(-) diff --git a/haicrypt/filelist-gnutls.maf b/haicrypt/filelist-gnutls.maf index dae4bc821..c897774db 100644 --- a/haicrypt/filelist-gnutls.maf +++ b/haicrypt/filelist-gnutls.maf @@ -20,6 +20,5 @@ hcrypt_ctx_tx.c hcrypt_rx.c hcrypt_sa.c hcrypt_tx.c -hcrypt_ut.c hcrypt_xpt_srt.c hcrypt_xpt_sta.c diff --git a/haicrypt/filelist.maf b/haicrypt/filelist.maf index 433707542..89ddf8198 100644 --- a/haicrypt/filelist.maf +++ b/haicrypt/filelist.maf @@ -21,6 +21,5 @@ hcrypt_ctx_tx.c hcrypt_rx.c hcrypt_sa.c hcrypt_tx.c -hcrypt_ut.c hcrypt_xpt_srt.c hcrypt_xpt_sta.c