Skip to content

Commit

Permalink
auth_aka: add new AKA auth module
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea authored and bogdan-iancu committed Apr 18, 2024
1 parent 18ca293 commit d9ef79d
Show file tree
Hide file tree
Showing 7 changed files with 2,723 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/auth_aka/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#
# AKA Authentication - AKA authentication support
#
# WARNING: do not run this directly, it should be run by the master Makefile

include ../../Makefile.defs
auto_gen=
NAME=auth_aka.so
misclibs=../../lib/digest_auth/libdigest_auth.a
include ../../Makefile.modules

0 comments on commit d9ef79d

Please sign in to comment.