aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ssl_key_export.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-05-22 23:30:29 +0000
committerGuy Harris <guy@alum.mit.edu>2013-05-22 23:30:29 +0000
commitc6ba199a89ee1c2ee6764132114174b36afa707e (patch)
tree591e1c34e001cb27d77cdb3d8d4a504817323656 /ui/ssl_key_export.c
parent9c6cae4bdefc17bfbb9b32af216ab865a3a9ca76 (diff)
Include ui/ssl_key_export.h so that functions defined here are checked
against their declarations. svn path=/trunk/; revision=49537
Diffstat (limited to 'ui/ssl_key_export.c')
-rw-r--r--ui/ssl_key_export.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ssl_key_export.c b/ui/ssl_key_export.c
index aa04e04c92..7ab2d11a26 100644
--- a/ui/ssl_key_export.c
+++ b/ui/ssl_key_export.c
@@ -32,6 +32,7 @@
#include <epan/dissectors/packet-ssl.h>
#include <epan/dissectors/packet-ssl-utils.h>
+#include "ui/ssl_key_export.h"
int
ssl_session_key_count(void)