summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/stack
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2009-01-09 12:13:50 +0000
committerdjm <djm@openbsd.org>2009-01-09 12:13:50 +0000
commit82a8dcafbb30bde31cbded094521103bf43ceb41 (patch)
tree8859b263d86cce51b675cde925c3270362dc661e /lib/libcrypto/stack
parentExplain that any check pattern will work. (diff)
downloadwireguard-openbsd-82a8dcafbb30bde31cbded094521103bf43ceb41.tar.xz
wireguard-openbsd-82a8dcafbb30bde31cbded094521103bf43ceb41.zip
import openssl-0.9.8j
Diffstat (limited to 'lib/libcrypto/stack')
-rw-r--r--lib/libcrypto/stack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/stack/Makefile b/lib/libcrypto/stack/Makefile
index 5327692ac89..489a77b93c4 100644
--- a/lib/libcrypto/stack/Makefile
+++ b/lib/libcrypto/stack/Makefile
@@ -33,7 +33,7 @@ top:
all: lib
lib: $(LIBOBJ)
- $(AR) $(LIB) $(LIBOBJ)
+ $(ARX) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib