Use an OCTET STRING for the encoding of an OCSP nonce value.
[oweals/openssl.git] / crypto / krb5 / Makefile.ssl
index cc47c054723624a7e25ca601bc08b0d46dbfeaa9..d9224c0f092d3470ea2f17009f10ffd2c69ef0e4 100644 (file)
@@ -41,14 +41,14 @@ all:        lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       $(RANLIB) $(LIB) || echo Never mind.
        @touch lib
 
 files:
        $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
 
 links:
-       @$(TOP)/util/point.sh Makefile.ssl Makefile ;
+       @sh $(TOP)/util/point.sh Makefile.ssl Makefile ;
        @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
        @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
        @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)