aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-06-30 10:39:00 +0200
committerHarald Welte <laforge@gnumonks.org>2016-07-11 19:15:24 +0000
commit4f169500df996d0a7a804da77bae07b2ecd0d813 (patch)
treea7904447e291f1782837d03e4702543541d10b30 /include/Makefile.am
parent02a66728856d6a111ef61eca2cc052df052579a9 (diff)
Add GEA3 & GEA4 ciphers
Corresponding test code include both official test vectors from the specs and data from over-the-air tests. This obsoletes libosmo-crypt-a53 as it was last missing piece unimplemented in libosmogsm. Change-Id: I939e4f6b91b4a7c591ef3761fe2d46ed1c2fb2d3 Related: OS#1582
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 7aa9c273..479e665d 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -131,7 +131,7 @@ endif
noinst_HEADERS = \
osmocom/core/timer_compat.h \
- osmocom/gsm/kasumi.h
+ osmocom/gsm/kasumi.h osmocom/gsm/gea.h
osmocom/core/bit%gen.h: osmocom/core/bitXXgen.h.tpl
$(AM_V_GEN)$(MKDIR_P) $(dir $@)