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

index 9a5b76c48c00874ca15c7ba54ee03e88b9e95c32..9a63e55085bdd53dd793a3636f22407c08483f7b 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.497 2011/03/02 15:22:42 tbox Exp $
+# $Id: configure,v 1.498 2011/03/03 14:48:42 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.518 .
 # 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");