Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
[openssl.git] / crypto / rsa / rsa_saos.c
index c462ae155db434b618e7e59e06f6a62d635085a4..18bf6c984c801f96c859d7c4119ec130a2680773 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_saos.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -57,7 +56,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/bn.h>
 #include <openssl/rsa.h>
 #include <openssl/objects.h>