2016-02-15 16:20:15 +00:00
|
|
|
{- join("\n",map { "/* $_ */" } @autowarntext) -}
|
2016-04-20 02:10:43 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
|
2016-02-15 16:20:15 +00:00
|
|
|
*
|
2016-04-20 02:10:43 +00:00
|
|
|
* Licensed under the OpenSSL license (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
|
2016-02-15 16:20:15 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef HEADER_DSO_CONF_H
|
|
|
|
# define HEADER_DSO_CONF_H
|
|
|
|
|
|
|
|
# define DSO_EXTENSION "{- $target{dso_extension} -}"
|
|
|
|
#endif
|