2020-03-03 07:08:41 +08:00
|
|
|
#! /bin/sh
|
2020-02-04 10:41:20 +08:00
|
|
|
# Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
|
1998-12-21 18:56:39 +08:00
|
|
|
#
|
2018-12-06 21:08:43 +08:00
|
|
|
# Licensed under the Apache License 2.0 (the "License"). You may not use
|
2016-06-01 23:26:40 +08:00
|
|
|
# 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
|
|
|
|
|
2020-03-03 07:08:41 +08:00
|
|
|
THERE=`dirname $0`
|
|
|
|
exec "$THERE/Configure" "$@"
|