diff options
author | gluh@gluh.mysql.r18.ru <> | 2003-05-30 18:41:19 +0500 |
---|---|---|
committer | gluh@gluh.mysql.r18.ru <> | 2003-05-30 18:41:19 +0500 |
commit | 3317cfdc7d756a54d53712ede7e68fcd98a71ade (patch) | |
tree | d468e99c496be1dd9c0f2d1b68d734679ed914f7 /include | |
parent | 450f168bd4a74ab9cd16813895416f07dbb4c3f6 (diff) | |
download | mariadb-git-3317cfdc7d756a54d53712ede7e68fcd98a71ade.tar.gz |
Fix for compiling MySQL-4.0.13 with SSL support on OpenBSD
Diffstat (limited to 'include')
-rw-r--r-- | include/my_global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_global.h b/include/my_global.h index ca24c21c688..d892d843edc 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -246,7 +246,7 @@ C_MODE_END # endif #endif /* TIME_WITH_SYS_TIME */ #ifdef HAVE_UNISTD_H -#if defined(HAVE_OPENSSL) && !defined(__FreeBSD__) && !defined(NeXT) +#if defined(HAVE_OPENSSL) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__) #define crypt unistd_crypt #endif #include <unistd.h> |