Fix possible crash in X931 code.
[openssl.git] / crypto / threads_pthread.c
index 5b10f438b9cb7ae98607d6cb2513bcb9faf755c1..151013e47044d6188e6a529c2f424bfd1eabf4af 100644 (file)
@@ -28,7 +28,6 @@ CRYPTO_RWLOCK *CRYPTO_THREAD_lock_new(void)
     }
 # else
     pthread_mutexattr_t attr;
-
     CRYPTO_RWLOCK *lock = OPENSSL_zalloc(sizeof(pthread_mutex_t));
     if (lock == NULL)
         return NULL;