We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef96008 commit bcf271cCopy full SHA for bcf271c
Makefile
@@ -138,7 +138,8 @@ uninstall:
138
rm -f $(DESTDIR)$(MAN1DIR)/sslscan.1
139
140
.openssl.is.fresh: opensslpull
141
- true
+ @true
142
+
143
opensslpull:
144
upstream=`git ls-remote https://github.com/openssl/openssl | grep -Eo '(openssl-3\.0\.[0-9]+)' | sort -V | tail -n 1` ; \
145
if [ -d openssl -a -d openssl/.git ]; then \
0 commit comments