Module Name: src Committed By: christos Date: Sun Apr 1 23:38:02 UTC 2018
Modified Files: src/crypto/external/bsd/netpgp/dist/include: netpgp.h Log Message: remove unused struct tag. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \ src/crypto/external/bsd/netpgp/dist/include/netpgp.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/external/bsd/netpgp/dist/include/netpgp.h diff -u src/crypto/external/bsd/netpgp/dist/include/netpgp.h:1.21 src/crypto/external/bsd/netpgp/dist/include/netpgp.h:1.22 --- src/crypto/external/bsd/netpgp/dist/include/netpgp.h:1.21 Mon Sep 6 14:19:38 2010 +++ src/crypto/external/bsd/netpgp/dist/include/netpgp.h Sun Apr 1 19:38:02 2018 @@ -42,7 +42,7 @@ __BEGIN_DECLS /* structure used to hold (key,value) pair information */ -typedef struct netpgp_t { +typedef struct { unsigned c; /* # of elements used */ unsigned size; /* size of array */ char **name; /* key names */