File tree 2 files changed +0
-43
lines changed
2 files changed +0
-43
lines changed Original file line number Diff line number Diff line change @@ -285,13 +285,6 @@ arcf_crypto_init(void)
285
285
CRYPTO_set_dynlock_lock_callback (& arcf_crypto_dyn_lock );
286
286
CRYPTO_set_dynlock_destroy_callback (& arcf_crypto_dyn_destroy );
287
287
288
- #ifdef USE_OPENSSL_ENGINE
289
- if (!SSL_set_engine (NULL ))
290
- {
291
- return EINVAL ;
292
- }
293
- #endif /* USE_OPENSSL_ENGINE */
294
-
295
288
crypto_init_done = true;
296
289
297
290
return 0 ;
Original file line number Diff line number Diff line change @@ -1398,9 +1398,6 @@ arcf_config_load(struct config *data,
1398
1398
size_t errlen ,
1399
1399
char * become )
1400
1400
{
1401
- #ifdef USE_LDAP
1402
- bool btmp ;
1403
- #endif /* USE_LDAP */
1404
1401
char * str ;
1405
1402
char basedir [MAXPATHLEN + 1 ];
1406
1403
@@ -2237,38 +2234,11 @@ arcf_cleanup(SMFICTX *ctx)
2237
2234
arc_free (afc -> mctx_arcmsg );
2238
2235
}
2239
2236
2240
- #ifdef _FFR_VBR
2241
- if (afc -> mctx_vbr != NULL )
2242
- {
2243
- vbr_close (afc -> mctx_vbr );
2244
- }
2245
-
2246
- ARC_FREE (afc -> mctx_vbrinfo );
2247
- #endif /* _FFR_VBR */
2248
-
2249
2237
if (afc -> mctx_tmpstr != NULL )
2250
2238
{
2251
2239
arc_dstring_free (afc -> mctx_tmpstr );
2252
2240
}
2253
2241
2254
- #ifdef _FFR_STATSEXT
2255
- if (afc -> mctx_statsext != NULL )
2256
- {
2257
- struct statsext * cur ;
2258
- struct statsext * next ;
2259
-
2260
- cur = afc -> mctx_statsext ;
2261
- while (cur != NULL )
2262
- {
2263
- next = cur -> se_next ;
2264
-
2265
- ARC_FREE (cur );
2266
-
2267
- cur = next ;
2268
- }
2269
- }
2270
- #endif /* _FFR_STATSEXT */
2271
-
2272
2242
ARC_FREE (afc );
2273
2243
cc -> cctx_msg = NULL ;
2274
2244
}
@@ -3017,9 +2987,6 @@ mlfi_envfrom(SMFICTX *ctx, char **envfrom)
3017
2987
sfsistat
3018
2988
mlfi_header (SMFICTX * ctx , char * headerf , char * headerv )
3019
2989
{
3020
- #ifdef _FFR_REPLACE_RULES
3021
- bool dorepl = false;
3022
- #endif /* _FFR_REPLACE_RULES */
3023
2990
msgctx afc ;
3024
2991
connctx cc ;
3025
2992
Header newhdr ;
@@ -4137,9 +4104,6 @@ main(int argc, char **argv)
4137
4104
char * chrootdir = NULL ;
4138
4105
char * p ;
4139
4106
char * pidfile = NULL ;
4140
- #ifdef POPAUTH
4141
- char * popdbfile = NULL ;
4142
- #endif /* POPAUTH */
4143
4107
char * testfile = NULL ;
4144
4108
struct config * cfg = NULL ;
4145
4109
char * end ;
You can’t perform that action at this time.
0 commit comments