* New version 2.26
[alpine.git] / imap / src / osdep / nt / ssl_nt.c
blob5c9e26ded29c24280b6a30a20c00ea19a33562cf
1 /* ========================================================================
2 * Copyright 2018-2022 Eduardo Chappa
3 * Copyright 2008-2009 Mark Crispin
4 * ========================================================================
5 */
7 /*
8 * Program: SSL authentication/encryption module for Windows 9x and NT
10 * Author: Mark Crispin
12 * Date: 22 September 1998
13 * Last Edited: 8 November 2009
15 * Previous versions of this file were
17 * Copyright 1988-2008 University of Washington
19 * Licensed under the Apache License, Version 2.0 (the "License");
20 * you may not use this file except in compliance with the License.
21 * You may obtain a copy of the License at
23 * http://www.apache.org/licenses/LICENSE-2.0
26 #if defined(ENABLE_WINDOWS_UNIXSSL) && defined(WXPBUILD)
27 #include "ssl_libressl.c"
28 #else
29 #include "ssl_win.c"
30 #endif