summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/seed
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/seed
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/seed')
-rw-r--r--lib/libcrypto/seed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/seed/Makefile b/lib/libcrypto/seed/Makefile
index f9de27b2889..ffaeb84218d 100644
--- a/lib/libcrypto/seed/Makefile
+++ b/lib/libcrypto/seed/Makefile
@@ -34,7 +34,7 @@ top:
all: lib
lib: $(LIBOBJ)
- $(AR) $(LIB) $(LIBOBJ)
+ $(ARX) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib