xref: /freebsd/crypto/openssl/config (revision b077aed33b7b6aefca7b17ddb250cf521f938613)
174664626SKris Kennaway#! /bin/sh
2*b077aed3SPierre Pronchery# Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
374664626SKris Kennaway#
4*b077aed3SPierre Pronchery# Licensed under the Apache License 2.0 (the "License").  You may not use
5e71b7053SJung-uk Kim# this file except in compliance with the License.  You can obtain a copy
6e71b7053SJung-uk Kim# in the file LICENSE in the source distribution or at
7e71b7053SJung-uk Kim# https://www.openssl.org/source/license.html
8e71b7053SJung-uk Kim
9e71b7053SJung-uk KimTHERE=`dirname $0`
10*b077aed3SPierre Proncheryexec "$THERE/Configure" "$@"
11