X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgppubring.c;h=4d6f23a4a112c57fb864be81b12ffe46e8643754;hp=878b10af77dce551d77ed2f5f7a48d6811463f5f;hb=8dea1e97637d64ca1bd59251720e1c790237c8a8;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/pgppubring.c b/pgppubring.c index 878b10a..4d6f23a 100644 --- a/pgppubring.c +++ b/pgppubring.c @@ -50,6 +50,8 @@ extern char *optarg; extern int optind; +short Umask; /* dirty hack because we need Umask in lib.c but don't want globals.h there */ + #include "sha1.h" #include "md5.h" #include "lib.h"