/* ==================================================================== * Copyright (c) 2002 Johnny Shelley. All rights reserved. * * Bcrypt is licensed under the BSD software license. See the file * called 'LICENSE' that you should have received with this software * for details * ==================================================================== */ #include #include #include #ifndef WIN32 /* These libraries don't exist on Win32 */ #include #include #include #endif #include #include #include