summaryrefslogtreecommitdiffstats
path: root/thirdparties/android/common/include/srtp/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/android/common/include/srtp/crypto.h')
-rwxr-xr-xthirdparties/android/common/include/srtp/crypto.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/thirdparties/android/common/include/srtp/crypto.h b/thirdparties/android/common/include/srtp/crypto.h
index 0e9667d..9d656fa 100755
--- a/thirdparties/android/common/include/srtp/crypto.h
+++ b/thirdparties/android/common/include/srtp/crypto.h
@@ -2,7 +2,7 @@
* crypto.h
*
* API for libcrypto
- *
+ *
* David A. McGrew
* Cisco Systems, Inc.
*/
@@ -10,7 +10,7 @@
#ifndef CRYPTO_H
#define CRYPTO_H
-/**
+/**
* @brief A cipher_type_id_t is an identifier for a particular cipher
* type.
*
@@ -19,10 +19,10 @@
* NULL_CIPHER is avaliable; this cipher leaves the data unchanged,
* and can be selected to indicate that no encryption is to take
* place.
- *
+ *
* @ingroup Ciphers
*/
-typedef uint32_t cipher_type_id_t;
+typedef uint32_t cipher_type_id_t;
/**
* @brief An auth_type_id_t is an identifier for a particular authentication
@@ -33,7 +33,7 @@ typedef uint32_t cipher_type_id_t;
* avaliable; this authentication function performs no computation,
* and can be selected to indicate that no authentication is to take
* place.
- *
+ *
* @ingroup Authentication
*/
typedef uint32_t auth_type_id_t;
OpenPOWER on IntegriCloud