From b1c4fe36258dde2950f59fec5d5f86743e495d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Mon, 7 Jun 1999 20:26:51 +0000 Subject: Don't mix real tabs with tabs expanded as 8 spaces -- that's a pain to read when using 4-space tabs. --- ssl/ssl_sess.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ssl/ssl_sess.c') diff --git a/ssl/ssl_sess.c b/ssl/ssl_sess.c index 97c7f33251..681499f08a 100644 --- a/ssl/ssl_sess.c +++ b/ssl/ssl_sess.c @@ -74,12 +74,12 @@ SSL_SESSION *SSL_get_session(SSL *ssl) int SSL_SESSION_get_ex_new_index(long argl, char *argp, int (*new_func)(), int (*dup_func)(), void (*free_func)()) - { - ssl_session_num++; - return(CRYPTO_get_ex_new_index(ssl_session_num-1, + { + ssl_session_num++; + return(CRYPTO_get_ex_new_index(ssl_session_num-1, &ssl_session_meth, - argl,argp,new_func,dup_func,free_func)); - } + argl,argp,new_func,dup_func,free_func)); + } int SSL_SESSION_set_ex_data(SSL_SESSION *s, int idx, void *arg) { -- cgit v1.2.3