crypto/threads_*: remove CRYPTO_atomic_{read|write}.
[openssl.git] / include / openssl / crypto.h
index c2ad65e044a04b47ee392b6c217166d75c88cf84..7e50b1bf4694921b5da4845a04faf5674ae7ee7e 100644 (file)
@@ -73,8 +73,6 @@ int CRYPTO_THREAD_unlock(CRYPTO_RWLOCK *lock);
 void CRYPTO_THREAD_lock_free(CRYPTO_RWLOCK *lock);
 
 int CRYPTO_atomic_add(int *val, int amount, int *ret, CRYPTO_RWLOCK *lock);
-int CRYPTO_atomic_read(int *val, int *ret, CRYPTO_RWLOCK *lock);
-int CRYPTO_atomic_write(int *val, int n, CRYPTO_RWLOCK *lock);
 
 /*
  * The following can be used to detect memory leaks in the library. If