Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/netpgp/dist/include remove unused struct...



details:   https://anonhg.NetBSD.org/src/rev/2141fe132d06
branches:  trunk
changeset: 831483:2141fe132d06
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 01 23:38:02 2018 +0000

description:
remove unused struct tag.

diffstat:

 crypto/external/bsd/netpgp/dist/include/netpgp.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f935e58798f2 -r 2141fe132d06 crypto/external/bsd/netpgp/dist/include/netpgp.h
--- a/crypto/external/bsd/netpgp/dist/include/netpgp.h  Sun Apr 01 23:25:27 2018 +0000
+++ b/crypto/external/bsd/netpgp/dist/include/netpgp.h  Sun Apr 01 23:38:02 2018 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index