diff options
Diffstat (limited to 'include/crypto/x509-utils.h')
-rw-r--r-- | include/crypto/x509-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/x509-utils.h b/include/crypto/x509-utils.h index 4210dfbcfc..1e99661a71 100644 --- a/include/crypto/x509-utils.h +++ b/include/crypto/x509-utils.h @@ -14,7 +14,7 @@ #include "crypto/hash.h" int qcrypto_get_x509_cert_fingerprint(uint8_t *cert, size_t size, - QCryptoHashAlgorithm hash, + QCryptoHashAlgo hash, uint8_t *result, size_t *resultlen, Error **errp); |