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

/*
 * Replace upstream's auto-generated buildinf.h with our own auto-generated
 * version of it. Note that upstream source files include it as follows:
 *
 * #include "buildinf.h"
 *
 * We proxy the inclusion for the headers auto-generating machinery to work
 * properly.
 */
#include <libcrypto/buildinf-body.h>