summarylogtreecommitdiffstats
path: root/opensslconf-stub.h
blob: bfecf37ec93518dcad17cae82748f535b0028f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// This is replaced by libx32-openssl.
// Old file is renamed to opensslconf-64.h.

#if !defined __x86_64__
# include "opensslconf-64.h" // lib32-openssl did not deliver opensslconf-32.h yet
#endif
#if defined __x86_64__ && defined __LP64__
# include "opensslconf-64.h"
#endif
#if defined __x86_64__ && defined __ILP32__
# include "opensslconf-x32.h"
#endif