Skip to content
Snippets Groups Projects
Commit ba23b823 authored by Matt Johnston's avatar Matt Johnston
Browse files

fix updates to libtomcrypt/libtommath for out of tree builds

parent fa3b0dd3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -828,6 +828,7 @@ AS_MKDIR_P(libtomcrypt/src/modes/ecb)
AS_MKDIR_P(libtomcrypt/src/modes/ofb)
AS_MKDIR_P(libtomcrypt/src/modes/f8)
AS_MKDIR_P(libtomcrypt/src/modes/lrw)
AS_MKDIR_P(libtomcrypt/src/modes/xts)
AS_MKDIR_P(libtomcrypt/src/pk/asn1/der/bit)
AS_MKDIR_P(libtomcrypt/src/pk/asn1/der/boolean)
AS_MKDIR_P(libtomcrypt/src/pk/asn1/der/choice)
Loading
Loading
Loading
Loading
@@ -9,7 +9,8 @@ VERSION=1.17
PLATFORM := $(shell uname | sed -e 's/_.*//')
 
 
srcdir=.
VPATH=@srcdir@
srcdir=@srcdir@
 
# Compiler and Linker Names
#CC=gcc
Loading
Loading
Loading
Loading
@@ -2,7 +2,8 @@
#
#Tom St Denis
 
srcdir=.
VPATH=@srcdir@
srcdir=@srcdir@
 
# So that libtommath can include Dropbear headers for options and m_burn()
CFLAGS += -I$(srcdir) -I../libtomcrypt/src/headers/ -I$(srcdir)/../libtomcrypt/src/headers/ -I../ -I$(srcdir)/../
Loading
Loading
@@ -26,8 +27,6 @@ endif
 
coverage: LIBNAME:=-Wl,--whole-archive $(LIBNAME) -Wl,--no-whole-archive
 
include makefile.include
LCOV_ARGS=--directory .
 
#START_INS
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment