aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorGeir Istad <gistad@cisco.com>2017-03-03 18:56:14 +0100
committerGeir Istad <gistad@cisco.com>2017-03-03 19:23:47 +0100
commit9d323dc78d861729299e58c3ef9039f3de0bd3fe (patch)
tree0be0385947d8caf1cdd54a1bc2d3a51c4cda1e88 /crypto
parent860e46e4f45f65fb8eea68dfe1fa3e1f560b5efb (diff)
downloadlibsrtp2-9d323dc78d861729299e58c3ef9039f3de0bd3fe.tar.gz
crypto_math.h: Removed duplicate forward declaration
This declaration is in datatypes.h included at the top of this file.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/include/crypto_math.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/include/crypto_math.h b/crypto/include/crypto_math.h
index be66b7f..6c271ff 100644
--- a/crypto/include/crypto_math.h
+++ b/crypto/include/crypto_math.h
@@ -124,14 +124,6 @@ octet_string_is_eq(uint8_t *a, uint8_t *b, int len);
uint8_t
A_times_x_plus_b(uint8_t A[8], uint8_t x, uint8_t b);
-/*
- * octet_string_is_eq(a,b, len) returns 1 if the length len strings a
- * and b are not equal, returns 0 otherwise
- */
-
-int
-octet_string_is_eq(uint8_t *a, uint8_t *b, int len);
-
#ifdef __cplusplus
}
#endif