mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
s/const void/const char/g in ssl_asn1_table api
pointed out by gstein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93653 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -742,14 +742,14 @@ void ssl_ds_table_wipeout(ssl_ds_table *);
|
||||
void ssl_ds_table_kill(ssl_ds_table *);
|
||||
|
||||
unsigned char *ssl_asn1_table_set(apr_hash_t *table,
|
||||
const void *key,
|
||||
const char *key,
|
||||
long int length);
|
||||
|
||||
ssl_asn1_t *ssl_asn1_table_get(apr_hash_t *table,
|
||||
const void *key);
|
||||
const char *key);
|
||||
|
||||
void ssl_asn1_table_unset(apr_hash_t *table,
|
||||
const void *key);
|
||||
const char *key);
|
||||
|
||||
/* Mutex Support */
|
||||
int ssl_mutex_init(server_rec *, apr_pool_t *);
|
||||
|
Reference in New Issue
Block a user