]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen
authorFrancis Dupont <fdupont@isc.org>
Thu, 3 Mar 2011 14:51:59 +0000 (14:51 +0000)
committerFrancis Dupont <fdupont@isc.org>
Thu, 3 Mar 2011 14:51:59 +0000 (14:51 +0000)
configure

index 6af173d2363be9cf4ada91fa82b49d49f99fd236..ec0aa6cba2fd4b9173ec7cdb014dd4add5fe12cc 100755 (executable)
--- a/configure
+++ b/configure
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 #
-# $Id: configure,v 1.493.8.4 2011/03/02 15:23:29 tbox Exp $
+# $Id: configure,v 1.493.8.5 2011/03/03 14:51:59 fdupont Exp $
 #
 #      Portions of this code release fall under one or more of the
 #      following Copyright notices.  Please see individual source
 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 # OF THE POSSIBILITY OF SUCH DAMAGE.
 #
-# From configure.in Revision.
+# From configure.in Revision: 1.512.8.6 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.67.
 #
@@ -21406,7 +21406,9 @@ else
 int main() {
 #if (OPENSSL_VERSION_NUMBER >= 0x10000000L)
        ENGINE *e;
+       EC_KEY *ek;
 
+       ek = NULL;
        OPENSSL_config(NULL);
 
        e = ENGINE_by_id("gost");