diff options
Diffstat (limited to 'cryptography/bindings/openssl/hmac.py')
-rw-r--r-- | cryptography/bindings/openssl/hmac.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cryptography/bindings/openssl/hmac.py b/cryptography/bindings/openssl/hmac.py index 7a9d05b5..e97ac35e 100644 --- a/cryptography/bindings/openssl/hmac.py +++ b/cryptography/bindings/openssl/hmac.py @@ -16,8 +16,7 @@ INCLUDES = """ """ TYPES = """ -struct hmac_ctx_st { ...; }; -typedef struct hmac_ctx_st HMAC_CTX; +typedef struct { ...; } HMAC_CTX; """ FUNCTIONS = """ |