diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-12-06 21:53:42 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-12-06 21:53:42 +0100 |
commit | d82e0eb697abab4eb994800ab649bc36cca99a83 (patch) | |
tree | 408400bb23b0fef7a7597952b6d64c057c8ecc96 /include/osmocom/crypt/Makefile.am | |
parent | 39a287db7497180ffaf24c5d0de91a15e0fa0d5a (diff) |
Add a generic abstraction for GSM/3G authentication algorithms
Indiidual algorithms can be implemented as plugins. libosmogsm itself
only provides COMP128v1 via this generic interface.
Diffstat (limited to 'include/osmocom/crypt/Makefile.am')
-rw-r--r-- | include/osmocom/crypt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/crypt/Makefile.am b/include/osmocom/crypt/Makefile.am index 7ce69fdd..e4a6e538 100644 --- a/include/osmocom/crypt/Makefile.am +++ b/include/osmocom/crypt/Makefile.am @@ -1,3 +1,3 @@ -osmocrypt_HEADERS = gprs_cipher.h +osmocrypt_HEADERS = gprs_cipher.h auth.h osmocryptdir = $(includedir)/osmocom/crypt |