Mercurial > dropbear
comparison libtomcrypt/src/misc/crypt/crypt.c @ 1711:e9dba7abd939
Merge libtomcrypt v1.18.2
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 10 Jun 2020 23:16:13 +0800 |
parents | 59e66cdaf10f |
children |
comparison
equal
deleted
inserted
replaced
1710:1ff2a1034c52 | 1711:e9dba7abd939 |
---|---|
397 #if defined(LTC_CRC32) | 397 #if defined(LTC_CRC32) |
398 " CRC32 " | 398 " CRC32 " |
399 #endif | 399 #endif |
400 #if defined(LTC_DER) | 400 #if defined(LTC_DER) |
401 " DER " | 401 " DER " |
402 " " NAME_VALUE(LTC_DER_MAX_RECURSION) " " | |
402 #endif | 403 #endif |
403 #if defined(LTC_PKCS_1) | 404 #if defined(LTC_PKCS_1) |
404 " PKCS#1 " | 405 " PKCS#1 " |
405 #endif | 406 #endif |
406 #if defined(LTC_PKCS_5) | 407 #if defined(LTC_PKCS_5) |