1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-04 10:39:50 +00:00

fix "'HMAC_CTX' already defined" cython warning

This commit is contained in:
Thomas Waldmann 2022-03-08 21:47:14 +01:00
parent cd629d32cb
commit dc811bda6f

View file

@ -109,9 +109,6 @@ cdef extern from "_crypto_helpers.h":
long OPENSSL_VERSION_NUMBER
long LIBRESSL_VERSION_NUMBER
ctypedef struct HMAC_CTX:
pass
HMAC_CTX *HMAC_CTX_new()
void HMAC_CTX_free(HMAC_CTX *a)