summaryrefslogtreecommitdiff
path: root/libcrypto/libcrypto/downstream/internal/dso_conf.h
blob: 1fe74a9bc26a9df12cea6fb955da9d9b7e720735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* file      : libcrypto/downstream/internal/dso_conf.h -*- C -*-
 * copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
 * license   : OpenSSL and SSLeay Licenses; see accompanying LICENSE file
 */

#ifndef LIBCRYPTO_DOWNSTREAM_INTERNAL_DSO_CONF_H
#define LIBCRYPTO_DOWNSTREAM_INTERNAL_DSO_CONF_H

/*
 * Include upstream's auto-generated platform-specific dso_conf.h.
 */
#include <internal/dso_conf/platform.h>

#endif /* LIBCRYPTO_DOWNSTREAM_INTERNAL_DSO_CONF_H */