Skip to content

Commit

Permalink
o_str.h isn't a public header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
levitte committed Mar 24, 2004
1 parent a0b5ebe commit 3d8b886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e_os.h
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ extern char *sys_errlist[]; extern int sys_nerr;
# define strncasecmp _strnicmp
#elif defined(OPENSSL_SYS_VMS)
/* VMS below version 7.0 doesn't have strcasecmp() */
# include <openssl/o_str.h>
# include "o_str.h"
# define strcasecmp OPENSSL_strcasecmp
# define strncasecmp OPENSSL_strncasecmp
#elif defined(OPENSSL_SYS_OS2) && defined(__EMX__)
Expand Down

0 comments on commit 3d8b886

Please sign in to comment.