Skip to content

Commit

Permalink
Removed FIPS_mode_set() from websocket.c to make it compatible with L…
Browse files Browse the repository at this point in the history
…ibreSSL.
  • Loading branch information
allinurl committed Nov 5, 2016
1 parent 84f736f commit 307883c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/websocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ ws_ssl_cleanup (WSServer * server)
ERR_free_strings ();
ERR_remove_state (0);
EVP_cleanup ();
FIPS_mode_set (0);
}
#endif

Expand Down

0 comments on commit 307883c

Please sign in to comment.