aboutsummaryrefslogtreecommitdiffstats
path: root/libccnx-common/ccnx/common/codec/schema_v1/ccnxCodecSchemaV1_CryptoSuite.c
diff options
context:
space:
mode:
authorDevel <acompagn+fdio@cisco.com>2018-04-16 10:31:55 +0200
committerDevel <acompagn+fdio@cisco.com>2018-04-16 10:31:55 +0200
commit04dd447681b20fa087554708b2672f4f5bd1dea0 (patch)
treeb531611a678c33d0773460a723e222291c1d2528 /libccnx-common/ccnx/common/codec/schema_v1/ccnxCodecSchemaV1_CryptoSuite.c
parent9439750179b4541c91c7d9ad1b6179baada8f141 (diff)
Updated to the latest changes in libparc
Change-Id: I273cba1750bf810e16694ff2a273ad1625b6ab10 Signed-off-by: Devel <acompagn+fdio@cisco.com>
Diffstat (limited to 'libccnx-common/ccnx/common/codec/schema_v1/ccnxCodecSchemaV1_CryptoSuite.c')
-rwxr-xr-xlibccnx-common/ccnx/common/codec/schema_v1/ccnxCodecSchemaV1_CryptoSuite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libccnx-common/ccnx/common/codec/schema_v1/ccnxCodecSchemaV1_CryptoSuite.c b/libccnx-common/ccnx/common/codec/schema_v1/ccnxCodecSchemaV1_CryptoSuite.c
index 588694b0..ca9c4e52 100755
--- a/libccnx-common/ccnx/common/codec/schema_v1/ccnxCodecSchemaV1_CryptoSuite.c
+++ b/libccnx-common/ccnx/common/codec/schema_v1/ccnxCodecSchemaV1_CryptoSuite.c
@@ -119,7 +119,7 @@ ccnxCodecSchemaV1CryptoSuite_SignAndHashToTlv(PARCSigningAlgorithm signAlgorithm
break;
}
- case PARCSigningAlgortihm_NULL: {
+ case PARCSigningAlgorithm_NULL: {
switch (hashType) {
case PARCCryptoHashType_CRC32C:
*outputValue = CCNxCodecSchemaV1TlvDictionary_CryptoSuite_CRC32C;