Compare encodings in X509_cmp as well as hash.
[openssl.git] / engines / Makefile
index 786716c11b0d3863ad1583884882c96e348d30df..4bad384bfb36e26eff791de710d79ee95cc9099d 100644 (file)
@@ -120,7 +120,7 @@ install:
                for l in $(LIBNAMES); do \
                        ( echo installing $$l; \
                          pfx=lib; \
-                         if [ "$(PLATFORM)" != "Cygwin" ]; then \
+                         if ! expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \
                                case "$(CFLAGS)" in \
                                *DSO_BEOS*)     sfx=".so";;     \
                                *DSO_DLFCN*)    sfx=`expr "$(SHLIB_EXT)" : '.*\(\.[a-z][a-z]*\)' \| ".so"`;;    \