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:
parent
cd629d32cb
commit
dc811bda6f
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue