diff options
| author | Günther Deschner <gdeschner@redhat.com> | 2012-08-29 15:07:08 +0200 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2012-09-14 16:09:29 -0400 |
| commit | 03dc9fc311359b6ac5f2d6f7374f68157b3b9aa7 (patch) | |
| tree | 1f52af630921748a7bb44a7e00611f5f1d87d289 /proxy/Makefile.am | |
| parent | 740d0836c1814024dd0ef08b6eb259b24b9d63a3 (diff) | |
| download | gss-proxy-03dc9fc311359b6ac5f2d6f7374f68157b3b9aa7.tar.gz gss-proxy-03dc9fc311359b6ac5f2d6f7374f68157b3b9aa7.tar.xz gss-proxy-03dc9fc311359b6ac5f2d6f7374f68157b3b9aa7.zip | |
Implement gpm_wrap_size_limit().
Acked-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy/Makefile.am')
| -rw-r--r-- | proxy/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am index c931949..48a787d 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -95,6 +95,7 @@ GP_MECHGLUE_OBJ = \ src/client/gpm_verify_mic.c \ src/client/gpm_wrap.c \ src/client/gpm_unwrap.c \ + src/client/gpm_wrap_size_limit.c \ src/client/gpm_common.c dist_noinst_HEADERS = \ |
