blob: 8411561036f6ab5122dbcf2d5051d9c2f6b22e21 [file] [log] [blame]
David Benjamin6f415952024-12-10 21:28:37 -05001/* Copyright 2015 The BoringSSL Authors
Adam Langley95c29f32014-06-20 12:00:00 -07002 *
David Benjamin593047f2015-05-08 13:08:52 -04003 * Permission to use, copy, modify, and/or distribute this software for any
4 * purpose with or without fee is hereby granted, provided that the above
5 * copyright notice and this permission notice appear in all copies.
Adam Langley95c29f32014-06-20 12:00:00 -07006 *
David Benjamin593047f2015-05-08 13:08:52 -04007 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
10 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
12 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
13 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
Adam Langley95c29f32014-06-20 12:00:00 -070014
David Benjamin593047f2015-05-08 13:08:52 -040015/* This header is provided in order to make compiling against code that expects
16 OpenSSL easier. */