diff options
author | Werner Koch <wk@gnupg.org> | 2015-10-30 12:33:40 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2015-10-30 12:33:40 +0100 |
commit | 5aadb4b62d26e1bfb40a1ce444a81c2a5a56159c (patch) | |
tree | 11604b1324ed67938f33b51275905e50500bfb59 /dirmngr | |
parent | Use of some C99 features is now permitted. (diff) | |
download | gnupg2-5aadb4b62d26e1bfb40a1ce444a81c2a5a56159c.tar.xz gnupg2-5aadb4b62d26e1bfb40a1ce444a81c2a5a56159c.zip |
common: Add separate header for zb32.c.
* common/util.h (zb32_encode): Move prototype to ...
* common/zb32.h: new. Include this for all callers of zb32_encode.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'dirmngr')
-rw-r--r-- | dirmngr/server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dirmngr/server.c b/dirmngr/server.c index a41d34f03..74e00fb2b 100644 --- a/dirmngr/server.c +++ b/dirmngr/server.c @@ -52,6 +52,7 @@ #endif #include "dns-stuff.h" #include "mbox-util.h" +#include "zb32.h" /* To avoid DoS attacks we limit the size of a certificate to something reasonable. The DoS was actually only an issue back when |