summaryrefslogtreecommitdiffstats
path: root/libmincrypt/dsa_sig.c
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2014-04-30 14:12:23 -0700
committerMark Salyzyn <salyzyn@google.com>2014-05-07 16:56:21 -0700
commitf03f8485e7d1a5258e16e0e376229f431d2c53ac (patch)
tree9c870b54b02952450035cf4e61f428c1780c1b38 /libmincrypt/dsa_sig.c
parent51d562d39976451a3a29992b00f36ea54e06c4af (diff)
downloadsystem_core-f03f8485e7d1a5258e16e0e376229f431d2c53ac.zip
system_core-f03f8485e7d1a5258e16e0e376229f431d2c53ac.tar.gz
system_core-f03f8485e7d1a5258e16e0e376229f431d2c53ac.tar.bz2
libmincrypt: suppress warning messages
- deal with implict declaration issue - deal with some -Wunused issues Change-Id: I253f1412a696c4811ade70a931fb1c01b31c62a5
Diffstat (limited to 'libmincrypt/dsa_sig.c')
-rw-r--r--libmincrypt/dsa_sig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmincrypt/dsa_sig.c b/libmincrypt/dsa_sig.c
index 8df6cf7..101314b 100644
--- a/libmincrypt/dsa_sig.c
+++ b/libmincrypt/dsa_sig.c
@@ -26,6 +26,7 @@
#include <string.h>
+#include "mincrypt/dsa_sig.h"
#include "mincrypt/p256.h"
/**