@@ -101,48 +101,48 @@ ossl_engine_s_load(int argc, VALUE *argv, VALUE klass)
101
101
return Qtrue ;
102
102
}
103
103
StringValueCStr (name );
104
- #if HAVE_ENGINE_LOAD_DYNAMIC
104
+ #ifdef HAVE_ENGINE_LOAD_DYNAMIC
105
105
OSSL_ENGINE_LOAD_IF_MATCH (dynamic , DYNAMIC );
106
106
#endif
107
107
#ifndef OPENSSL_NO_STATIC_ENGINE
108
- #if HAVE_ENGINE_LOAD_4758CCA
108
+ #ifdef HAVE_ENGINE_LOAD_4758CCA
109
109
OSSL_ENGINE_LOAD_IF_MATCH (4758 cca , 4758 CCA );
110
110
#endif
111
- #if HAVE_ENGINE_LOAD_AEP
111
+ #ifdef HAVE_ENGINE_LOAD_AEP
112
112
OSSL_ENGINE_LOAD_IF_MATCH (aep , AEP );
113
113
#endif
114
- #if HAVE_ENGINE_LOAD_ATALLA
114
+ #ifdef HAVE_ENGINE_LOAD_ATALLA
115
115
OSSL_ENGINE_LOAD_IF_MATCH (atalla , ATALLA );
116
116
#endif
117
- #if HAVE_ENGINE_LOAD_CHIL
117
+ #ifdef HAVE_ENGINE_LOAD_CHIL
118
118
OSSL_ENGINE_LOAD_IF_MATCH (chil , CHIL );
119
119
#endif
120
- #if HAVE_ENGINE_LOAD_CSWIFT
120
+ #ifdef HAVE_ENGINE_LOAD_CSWIFT
121
121
OSSL_ENGINE_LOAD_IF_MATCH (cswift , CSWIFT );
122
122
#endif
123
- #if HAVE_ENGINE_LOAD_NURON
123
+ #ifdef HAVE_ENGINE_LOAD_NURON
124
124
OSSL_ENGINE_LOAD_IF_MATCH (nuron , NURON );
125
125
#endif
126
- #if HAVE_ENGINE_LOAD_SUREWARE
126
+ #ifdef HAVE_ENGINE_LOAD_SUREWARE
127
127
OSSL_ENGINE_LOAD_IF_MATCH (sureware , SUREWARE );
128
128
#endif
129
- #if HAVE_ENGINE_LOAD_UBSEC
129
+ #ifdef HAVE_ENGINE_LOAD_UBSEC
130
130
OSSL_ENGINE_LOAD_IF_MATCH (ubsec , UBSEC );
131
131
#endif
132
- #if HAVE_ENGINE_LOAD_PADLOCK
132
+ #ifdef HAVE_ENGINE_LOAD_PADLOCK
133
133
OSSL_ENGINE_LOAD_IF_MATCH (padlock , PADLOCK );
134
134
#endif
135
- #if HAVE_ENGINE_LOAD_CAPI
135
+ #ifdef HAVE_ENGINE_LOAD_CAPI
136
136
OSSL_ENGINE_LOAD_IF_MATCH (capi , CAPI );
137
137
#endif
138
- #if HAVE_ENGINE_LOAD_GMP
138
+ #ifdef HAVE_ENGINE_LOAD_GMP
139
139
OSSL_ENGINE_LOAD_IF_MATCH (gmp , GMP );
140
140
#endif
141
- #if HAVE_ENGINE_LOAD_GOST
141
+ #ifdef HAVE_ENGINE_LOAD_GOST
142
142
OSSL_ENGINE_LOAD_IF_MATCH (gost , GOST );
143
143
#endif
144
144
#endif
145
- #if HAVE_ENGINE_LOAD_CRYPTODEV
145
+ #ifdef HAVE_ENGINE_LOAD_CRYPTODEV
146
146
OSSL_ENGINE_LOAD_IF_MATCH (cryptodev , CRYPTODEV );
147
147
#endif
148
148
OSSL_ENGINE_LOAD_IF_MATCH (openssl , OPENSSL );
0 commit comments