Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(521)

Unified Diff: srtp/crypto/include/sha1.h

Issue 1098043003: Update libsrtp to 1.5.2 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « srtp/crypto/include/datatypes.h ('k') | srtp/crypto/math/datatypes.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: srtp/crypto/include/sha1.h
diff --git a/srtp/crypto/include/sha1.h b/srtp/crypto/include/sha1.h
index 9b6cfed7e374e5c653bc0eb3849dd8a7155c460f..f1744ced1e6444753e50884ffdd4fcdbbb67858c 100644
--- a/srtp/crypto/include/sha1.h
+++ b/srtp/crypto/include/sha1.h
@@ -47,6 +47,10 @@
#ifndef SHA1_H
#define SHA1_H
+#ifdef HAVE_CONFIG_H
+ #include <config.h>
+#endif
+
#include "err.h"
#ifdef OPENSSL
#include <openssl/evp.h>
« no previous file with comments | « srtp/crypto/include/datatypes.h ('k') | srtp/crypto/math/datatypes.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698