|
1 | 1 | /*
|
2 | 2 | * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
|
3 | 3 | * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
|
| 4 | + * Copyright 2005 Nokia. All rights reserved. |
4 | 5 | *
|
5 | 6 | * Licensed under the OpenSSL license (the "License"). You may not use
|
6 | 7 | * this file except in compliance with the License. You can obtain a copy
|
7 | 8 | * in the file LICENSE in the source distribution or at
|
8 | 9 | * https://www.openssl.org/source/license.html
|
9 | 10 | */
|
10 | 11 |
|
11 |
| -/* ==================================================================== |
12 |
| - * Copyright 2005 Nokia. All rights reserved. |
13 |
| - * |
14 |
| - * The portions of the attached software ("Contribution") is developed by |
15 |
| - * Nokia Corporation and is licensed pursuant to the OpenSSL open source |
16 |
| - * license. |
17 |
| - * |
18 |
| - * The Contribution, originally written by Mika Kousa and Pasi Eronen of |
19 |
| - * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites |
20 |
| - * support (see RFC 4279) to OpenSSL. |
21 |
| - * |
22 |
| - * No patent licenses or other rights except those expressly stated in |
23 |
| - * the OpenSSL open source license shall be deemed granted or received |
24 |
| - * expressly, by implication, estoppel, or otherwise. |
25 |
| - * |
26 |
| - * No assurances are provided by Nokia that the Contribution does not |
27 |
| - * infringe the patent or other intellectual property rights of any third |
28 |
| - * party or that the license provides you with all the necessary rights |
29 |
| - * to make use of the Contribution. |
30 |
| - * |
31 |
| - * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN |
32 |
| - * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA |
33 |
| - * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY |
34 |
| - * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR |
35 |
| - * OTHERWISE. |
36 |
| - */ |
37 |
| - |
38 | 12 | #include <stdio.h>
|
39 | 13 | #include <openssl/objects.h>
|
40 | 14 | #include "ssl_locl.h"
|
|
0 commit comments