Latest update
This commit is contained in:
@@ -95,4 +95,13 @@ uint32_t OPENSSL_rdtsc(void);
|
||||
size_t OPENSSL_instrument_bus(unsigned int *, size_t);
|
||||
size_t OPENSSL_instrument_bus2(unsigned int *, size_t, size_t);
|
||||
|
||||
typedef struct openssl_ctx_method {
|
||||
void *(*new_func)(void);
|
||||
void (*free_func)(void *);
|
||||
} OPENSSL_CTX_METHOD;
|
||||
/* For each type of data to store in the context, an index must be created */
|
||||
int openssl_ctx_new_index(const OPENSSL_CTX_METHOD *);
|
||||
/* Functions to retrieve pointers to data by index */
|
||||
void *openssl_ctx_get_data(OPENSSL_CTX *, int /* index */);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user