[openssl.org #16] openssl-engine-0.9.6d-beta1 crypto/Makefile.ssl patch

2002-05-02 Thread Lutz Jaenicke via RT
[[EMAIL PROTECTED] - Wed May 1 12:20:35 2002]: > ! echo " #define DATE \"`date`\""; \ > ! echo " #define DATE \"`LC_TIME=C date`\""; \ Is anybody aware of a platform on which this would cause trouble? Best regards, Lutz

[openssl.org #16] openssl-engine-0.9.6d-beta1 crypto/Makefile.ssl patch

2002-05-02 Thread Richard Levitte via RT
I made the following change: --- crypto/Makefile.ssl 2002/02/13 18:20:02 1.85 +++ crypto/Makefile.ssl 2002/05/02 08:04:17 @@ -57,7 +57,7 @@ echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \ echo " #define CFLAGS \"$(CC) $(CFLAG)\""; \ ech

[openssl.org #16] openssl-engine-0.9.6d-beta1 crypto/Makefile.ssl patch

2002-05-02 Thread Richard Levitte via RT
Setting LC_TIME isn't enough. IIRC, LC_ALL takes precedence, and possibly LANG as well... Therefore, the change should include setting those to C as well. -- Richard Levitte [EMAIL PROTECTED] __ OpenSSL Project

[openssl.org #16] openssl-engine-0.9.6d-beta1 crypto/Makefile.ssl patch

2002-05-01 Thread (ASANO Naoyuki) via RT
Hello. This patch fixes date command output problem under non-English environment in openssl-engine-0.9.6d-beta1. Thank you. --ASANO Naoyuki diff -c openssl-engine-0.9.6d-beta1.orig/crypto/Makefile.ssl openssl-engine-0.9.6d-beta1/crypto/Makefile.ssl *** openssl-engine-0.9.6d-beta1.orig/cryp