mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Missing #endif.
This commit is contained in:
parent
6b691a5c85
commit
8d8dbb67db
@ -73,6 +73,7 @@ char *crypt();
|
|||||||
char *des_crypt(const char *buf, const char *salt)
|
char *des_crypt(const char *buf, const char *salt)
|
||||||
#else
|
#else
|
||||||
char *crypt(const char *buf, const char *salt)
|
char *crypt(const char *buf, const char *salt)
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
static char buff[14];
|
static char buff[14];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user