Skip to content

Commit

Permalink
Merge pull request FreeRADIUS#1944 from bb-froggy/patch-1
Browse files Browse the repository at this point in the history
typo in comment
  • Loading branch information
arr2036 authored Mar 16, 2017
2 parents ee7768b + f4282cf commit dba7f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/tls/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ static SSL_SESSION *tls_cache_read(SSL *ssl,
SSL_SESSION_set_ex_data(sess, FR_TLS_EX_INDEX_TLS_SESSION, SSL_get_ex_data(ssl, FR_TLS_EX_INDEX_TLS_SESSION));

/*
* SSL_set_session increases the reference could
* SSL_set_session increases the reference count
* on the session, so when OpenSSL attempts to
* free it, when setting our returned session
* it becomes a noop.
Expand Down

0 comments on commit dba7f2e

Please sign in to comment.