diff options
author | Rob Austein <sra@hactrn.net> | 2017-02-02 14:03:18 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-02-02 14:03:18 -0500 |
commit | 6a6cc04dda8f613134ae5b30b702de3f1a4dff95 (patch) | |
tree | 19a470e43f453392d3f48a7439437698bbcd084b /Makefile | |
parent | 9ec81408c25207149d8b3bfcfc80faf1c8ff0811 (diff) |
Add locking around keystore operations.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ endif # just "building this is harmless even if we don't use it." OBJ += errorstrings.o hash.o asn1.o ecdsa.o rsa.o xdr.o slip.o -OBJ += rpc_api.o rpc_hash.o uuid.o rpc_pkcs1.o crc32.o +OBJ += rpc_api.o rpc_hash.o uuid.o rpc_pkcs1.o crc32.o locks.o # Object files to build when we're on a platform with direct access # to our hardware (Verilog) cores. |