summaryrefslogtreecommitdiff
path: root/openssl1.0.0/wrapper-opensslconf.h
blob: 7179c4c18461fe629d8e6679f1d2f4b404bb8096 (plain)
1
2
3
4
5
6
7
8
9
10
11
#if defined(__sparcv9)
#ifndef OPENSSL_SYSNAME_ULTRASPARC                 
# define OPENSSL_SYSNAME_ULTRASPARC                
#endif   
#endif

#if defined(__sparcv9) || defined(__x86_64)
# include <openssl/opensslconf.64.h>
#else
# include <openssl/opensslconf.32.h>
#endif