Latest update. (3.0.0-dev)
This commit is contained in:
+1
-14
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Copyright 2004-2018 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
* in the file LICENSE in the source distribution or at
|
||||
* https://www.openssl.org/source/license.html
|
||||
@@ -22,19 +22,6 @@
|
||||
#ifndef OPENSSL_NO_HW
|
||||
# ifndef OPENSSL_NO_HW_PADLOCK
|
||||
|
||||
/* Attempt to have a single source for both 0.9.7 and 0.9.8 :-) */
|
||||
# if (OPENSSL_VERSION_NUMBER >= 0x00908000L)
|
||||
# ifndef OPENSSL_NO_DYNAMIC_ENGINE
|
||||
# define DYNAMIC_ENGINE
|
||||
# endif
|
||||
# elif (OPENSSL_VERSION_NUMBER >= 0x00907000L)
|
||||
# ifdef ENGINE_DYNAMIC_SUPPORT
|
||||
# define DYNAMIC_ENGINE
|
||||
# endif
|
||||
# else
|
||||
# error "Only OpenSSL >= 0.9.7 is supported"
|
||||
# endif
|
||||
|
||||
/*
|
||||
* VIA PadLock AES is available *ONLY* on some x86 CPUs. Not only that it
|
||||
* doesn't exist elsewhere, but it even can't be compiled on other platforms!
|
||||
|
||||
Reference in New Issue
Block a user