Move locking and thread ID functions into new files lock.c and thr_id.c,
authorDr. Stephen Henson <steve@openssl.org>
Thu, 27 Jan 2011 14:27:24 +0000 (14:27 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 27 Jan 2011 14:27:24 +0000 (14:27 +0000)
commitad6019d6c0d22f384838b2f9ca339bdabed331a5
treefd78efc15fcef7e62cee17ec664c1bf18564fd5e
parenta27de7b7fde7c18e7e4f28c6aa2d9f06635d3f08
Move locking and thread ID functions into new files lock.c and thr_id.c,
redirect locking to minimal FIPS_lock() function where required.
crypto/Makefile
crypto/cryptlib.c
crypto/crypto.h
crypto/lock.c [new file with mode: 0644]
crypto/mem.c
crypto/thr_id.c [new file with mode: 0644]