aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509af.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-01-08 04:55:59 +0000
committerMichael Mann <mmann78@netscape.net>2014-01-08 04:55:59 +0000
commit92a567f20d2d45db3ed0bfb9a3a8a09dc5db76db (patch)
treea5cab4590056f8e0684de70c56559a7b3717e76f /epan/dissectors/packet-x509af.h
parentbf284da2eef917f8bf55be3aad15bb296072bb77 (diff)
Make global algorithm_id in x509af dissector a direct_reference instead. Bug 9573 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9573). Removes valgrind warnings as well as just being Good Code.
svn path=/trunk/; revision=54647
Diffstat (limited to 'epan/dissectors/packet-x509af.h')
-rw-r--r--epan/dissectors/packet-x509af.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-x509af.h b/epan/dissectors/packet-x509af.h
index 13ff245a45..760b8a9b4f 100644
--- a/epan/dissectors/packet-x509af.h
+++ b/epan/dissectors/packet-x509af.h
@@ -66,7 +66,5 @@ void dissect_x509af_Certificate_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
/*--- End of included file: packet-x509af-exp.h ---*/
#line 30 "../../asn1/x509af/packet-x509af-template.h"
-extern const char* x509af_get_last_algorithm_id(void);
-
#endif /* PACKET_X509AF_H */