Skip to content

Commit

Permalink
Merge 26aa738 into 6206e1e
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Oct 15, 2013
2 parents 6206e1e + 26aa738 commit b376b10
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cryptography/bindings/openssl/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,18 @@

FUNCTIONS = """
void CRYPTO_free(void *);
int CRYPTO_mem_ctrl(int);
int CRYPTO_is_mem_check_on();
void CRYPTO_mem_leaks(struct bio_st *);
void CRYPTO_cleanup_all_ex_data();
"""

MACROS = """
void CRYPTO_add(int *, int, int);
void CRYPTO_malloc_init();
void CRYPTO_malloc_debug_init();
#define CRYPTO_MEM_CHECK_ON ...
#define CRYPTO_MEM_CHECK_OFF ...
#define CRYPTO_MEM_CHECK_ENABLE ...
#define CRYPTO_MEM_CHECK_DISABLE ...
"""

0 comments on commit b376b10

Please sign in to comment.