projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make reinitialisation work for CMAC
[openssl.git]
/
crypto
/
cmac
/
Makefile
diff --git
a/crypto/cmac/Makefile
b/crypto/cmac/Makefile
index 54e7cc39d52b923b4e1a6199882819839645f661..f6f9d5770bff1a8c4f0a8c2676f857d464c4c393 100644
(file)
--- a/
crypto/cmac/Makefile
+++ b/
crypto/cmac/Makefile
@@
-33,7
+33,7
@@
top:
all: lib
lib: $(LIBOBJ)
- $(AR) $(LIB) $(LIBOBJ)
+ $(AR
X
) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib