diff options
Diffstat (limited to 'src/wrapped/generated/wrappedcryptotypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedcryptotypes.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wrapped/generated/wrappedcryptotypes.h b/src/wrapped/generated/wrappedcryptotypes.h index 15add64f..8bb6dff2 100644 --- a/src/wrapped/generated/wrappedcryptotypes.h +++ b/src/wrapped/generated/wrappedcryptotypes.h @@ -1,5 +1,5 @@ /******************************************************************* - * File automatically generated by rebuild_wrappers.py (v2.0.1.14) * + * File automatically generated by rebuild_wrappers.py (v2.0.2.15) * *******************************************************************/ #ifndef __wrappedcryptoTYPES_H_ #define __wrappedcryptoTYPES_H_ @@ -16,6 +16,7 @@ typedef void* (*pFp_t)(void*); typedef void (*vFpp_t)(void*, void*); typedef void* (*pFpppp_t)(void*, void*, void*, void*); typedef int64_t (*iFpiipp_t)(void*, int64_t, int64_t, void*, void*); +typedef int64_t (*iFpplppi_t)(void*, void*, intptr_t, void*, void*, int64_t); typedef int64_t (*iFppppipp_t)(void*, void*, void*, void*, int64_t, void*, void*); #define SUPER() ADDED_FUNCTIONS() \ @@ -30,6 +31,7 @@ typedef int64_t (*iFppppipp_t)(void*, void*, void*, void*, int64_t, void*, void* GO(PEM_read_bio_RSAPrivateKey, pFpppp_t) \ GO(PEM_read_bio_RSA_PUBKEY, pFpppp_t) \ GO(ENGINE_ctrl, iFpiipp_t) \ + GO(ENGINE_ctrl_cmd, iFpplppi_t) \ GO(PEM_write_bio_DSAPrivateKey, iFppppipp_t) \ GO(PEM_write_bio_ECPrivateKey, iFppppipp_t) \ GO(PEM_write_bio_RSAPrivateKey, iFppppipp_t) |