In UI_UTIL_read_pw(), we should look at the size parameter, not at BUFSIZ.
[openssl.git] / crypto / ec / Makefile.ssl
index cd655f6ec5d846d5cf661031b4b23fa244f4c120..adf9426cf8e83f60d845af260abc9577115b64b8 100644 (file)
@@ -71,7 +71,7 @@ lint:
        lint -DLINT $(INCLUDES) $(SRC)>fluff
 
 depend:
-       $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
+       $(MAKEDEPEND) $(CFLAG) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
 
 dclean:
        $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new