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

Unified Diff: srtp/crypto/math/datatypes.c

Issue 889083003: Update libsrtp to upstream 1.5.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp@master
Patch Set: Minimal changes against upstream 1.5.0 Created 5 years, 10 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
Index: srtp/crypto/math/datatypes.c
diff --git a/srtp/crypto/math/datatypes.c b/srtp/crypto/math/datatypes.c
index 609a057d6a8ba03fc141ea8e6e0078625b608bcb..5352fcd491be87968eef8f54292bca1d6198a2d2 100644
--- a/srtp/crypto/math/datatypes.c
+++ b/srtp/crypto/math/datatypes.c
@@ -43,6 +43,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+ #include <config.h>
+#endif
+
#include "datatypes.h"
int
@@ -688,6 +692,7 @@ base64_char_to_sextet(uint8_t c) {
return -1;
}
+#ifdef INCLUDE_DEAD_CODE
/*
* base64_string_to_octet_string converts a hexadecimal string
* of length 2 * len to a raw octet string of length len
@@ -716,3 +721,4 @@ base64_string_to_octet_string(char *raw, char *base64, int len) {
}
return base64_len;
}
+#endif
« README.chromium ('K') | « srtp/crypto/kernel/key.c ('k') | srtp/crypto/math/gf2_8.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698