diff options
author | Jan Dubois <jand@activestate.com> | 2010-12-07 13:51:46 -0800 |
---|---|---|
committer | Jan Dubois <jand@activestate.com> | 2010-12-07 14:20:53 -0800 |
commit | 9cef83062267e94311e1fd8744396e440642738e (patch) | |
tree | 91d98f7d1d66f9e760e1d3c0648374bca7087fa4 /win32/win32.h | |
parent | 9d021ad4f2bddaf5f0cd07d1c565a2ebdc9f4d6d (diff) | |
download | perl-9cef83062267e94311e1fd8744396e440642738e.tar.gz |
Always build with crypt() support on Windows
The sources did support to drop win32/fcrypt.c from a Perl distribution
and build without a crypt() implementation to account for the paranoia
around distribution of encryption technology. However sources and binaries
have been released for at least 10 years with all the code in place, so
there is not much point in making it configurable.
Diffstat (limited to 'win32/win32.h')
-rw-r--r-- | win32/win32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/win32.h b/win32/win32.h index 0d55d640df..65d6d319d0 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -422,9 +422,7 @@ struct thread_intern { # ifdef USE_SOCKETS_AS_HANDLES int Winit_socktype; # endif -# ifdef HAVE_DES_FCRYPT char Wcrypt_buffer[30]; -# endif # ifdef USE_RTL_THREAD_API void * retv; /* slot for thread return value */ # endif |