diff options
Diffstat (limited to 'src/lib/libssl/d1_srvr.c')
-rw-r--r-- | src/lib/libssl/d1_srvr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/d1_srvr.c b/src/lib/libssl/d1_srvr.c index 9975e20873..aacf8fd380 100644 --- a/src/lib/libssl/d1_srvr.c +++ b/src/lib/libssl/d1_srvr.c | |||
@@ -158,7 +158,7 @@ int dtls1_accept(SSL *s) | |||
158 | 158 | ||
159 | RAND_add(&Time,sizeof(Time),0); | 159 | RAND_add(&Time,sizeof(Time),0); |
160 | ERR_clear_error(); | 160 | ERR_clear_error(); |
161 | clear_sys_error(); | 161 | errno = 0; |
162 | 162 | ||
163 | if (s->info_callback != NULL) | 163 | if (s->info_callback != NULL) |
164 | cb=s->info_callback; | 164 | cb=s->info_callback; |