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