Add support for plugins (and specifically GPRS encryption plugins)
authorHarald Welte <laforge@gnumonks.org>
Wed, 30 Jun 2010 17:43:11 +0000 (19:43 +0200)
committerHarald Welte <laforge@gnumonks.org>
Wed, 30 Jun 2010 17:43:11 +0000 (19:43 +0200)
commitb9ce51c5fd9773694856802a175efdd9b37a2242
tree5a920bcab6c518da0887500731380fdee325d195
parente34a94054227bb8b21a6082f7954fea980e2fead
Add support for plugins (and specifically GPRS encryption plugins)
configure.in
include/osmocom/Makefile.am
include/osmocom/crypt/Makefile.am [new file with mode: 0644]
include/osmocom/crypt/gprs_cipher.h [new file with mode: 0644]
include/osmocore/Makefile.am
include/osmocore/plugin.h [new file with mode: 0644]
src/Makefile.am
src/gprs_cipher_core.c [new file with mode: 0644]
src/plugin.c [new file with mode: 0644]