aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorEric <ewild@sysmocom.de>2021-05-19 17:45:38 +0200
committerEric <ewild@sysmocom.de>2021-06-08 02:38:15 +0200
commitc3fa007610b66bb491184f15080a254c6dd0e8f1 (patch)
treeae5ec99664bb42824b4728d09db269cd4ffac311 /include/Makefile.am
parente9fd81a5c31782f36b512cf41ee98d0a4e4a82eb (diff)
kdf: add key derivation functions
generic sha code from git://w1.fi/hostap.git commit 5ea93947ca67ba83529798b806a15b247cdb2e93 which also happens to be the source of our milenage code. Related: SYS#5324 Change-Id: Ibf2e49edada944d91ceba62bd0d6b6ce69261fcd
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index f0742d5f..e25ed48e 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -62,6 +62,7 @@ nobase_include_HEADERS = \
osmocom/core/use_count.h \
osmocom/crypt/auth.h \
osmocom/crypt/gprs_cipher.h \
+ osmocom/crypt/kdf.h \
osmocom/ctrl/control_cmd.h \
osmocom/ctrl/control_if.h \
osmocom/ctrl/ports.h \