Skip to content

Commit

Permalink
Make sure memset() is properly declared.
Browse files Browse the repository at this point in the history
  • Loading branch information
levitte committed May 14, 2001
1 parent d0afe49 commit 2757be0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/ui/ui_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
* [including the GNU Public Licence.]
*/

#include <string.h>
#include <openssl/ui_compat.h>

#ifndef OPENSSL_NO_DES
Expand Down

0 comments on commit 2757be0

Please sign in to comment.