Mercurial > dropbear
comparison libtomcrypt/src/misc/crypt/crypt.c @ 1733:d529a52b2f7c coverity coverity
merge coverity from main
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 26 Jun 2020 21:07:34 +0800 |
parents | e9dba7abd939 |
children |
comparison
equal
deleted
inserted
replaced
1643:b59623a64678 | 1733:d529a52b2f7c |
---|---|
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) |