summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorRichard Leach <richardleach@users.noreply.github.com>2020-07-30 23:18:41 +0100
committerGitHub <noreply@github.com>2020-07-30 16:18:41 -0600
commita04ef3ff46f2526da1484bdd80995415ac7e1969 (patch)
tree41353a9a99afd1ce2f2aabbe07bc0b4523083988 /perl.h
parent9a2d423bf2574bc422a224b0042011206251ce19 (diff)
downloadperl-a04ef3ff46f2526da1484bdd80995415ac7e1969.tar.gz
Remove obsolete FCRYPT ifdefs and associated PL_cryptseen (#17624)
Co-authored-by: Karl Williamson <khw@cpan.org>
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl.h b/perl.h
index 2007baefd3..88d05116ee 100644
--- a/perl.h
+++ b/perl.h
@@ -4956,9 +4956,6 @@ EXTCONST char PL_bincompat_options[] =
# ifdef DEBUG_LEAKING_SCALARS_FORK_DUMP
" DEBUG_LEAKING_SCALARS_FORK_DUMP"
# endif
-# ifdef FCRYPT
- " FCRYPT"
-# endif
# ifdef HAS_TIMES
" HAS_TIMES"
# endif