|
5 | 5 | * This package is an SSL implementation written
|
6 | 6 | * by Eric Young ([email protected]).
|
7 | 7 | * The implementation was written so as to conform with Netscapes SSL.
|
8 |
| - * |
| 8 | + * |
9 | 9 | * This library is free for commercial and non-commercial use as long as
|
10 | 10 | * the following conditions are aheared to. The following conditions
|
11 | 11 | * apply to all code found in this distribution, be it the RC4, RSA,
|
12 | 12 | * lhash, DES, etc., code; not just the SSL code. The SSL documentation
|
13 | 13 | * included with this distribution is covered by the same copyright terms
|
14 | 14 | * except that the holder is Tim Hudson ([email protected]).
|
15 |
| - * |
| 15 | + * |
16 | 16 | * Copyright remains Eric Young's, and as such any Copyright notices in
|
17 | 17 | * the code are not to be removed.
|
18 | 18 | * If this package is used in a product, Eric Young should be given attribution
|
19 | 19 | * as the author of the parts of the library used.
|
20 | 20 | * This can be in the form of a textual message at program startup or
|
21 | 21 | * in documentation (online or textual) provided with the package.
|
22 |
| - * |
| 22 | + * |
23 | 23 | * Redistribution and use in source and binary forms, with or without
|
24 | 24 | * modification, are permitted provided that the following conditions
|
25 | 25 | * are met:
|
|
34 | 34 |
|
35 | 35 | * The word 'cryptographic' can be left out if the rouines from the library
|
36 | 36 | * being used are not cryptographic related :-).
|
37 |
| - * 4. If you include any Windows specific code (or a derivative thereof) from |
| 37 | + * 4. If you include any Windows specific code (or a derivative thereof) from |
38 | 38 | * the apps directory (application code) you must include an acknowledgement:
|
39 | 39 | * "This product includes software written by Tim Hudson ([email protected])"
|
40 |
| - * |
| 40 | + * |
41 | 41 | * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
|
42 | 42 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
43 | 43 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
49 | 49 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
50 | 50 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
51 | 51 | * SUCH DAMAGE.
|
52 |
| - * |
| 52 | + * |
53 | 53 | * The licence and distribution terms for any publically available version or
|
54 | 54 | * derivative of this code cannot be changed. i.e. this code cannot simply be
|
55 | 55 | * copied and put under another distribution licence
|
|
63 | 63 | * are met:
|
64 | 64 | *
|
65 | 65 | * 1. Redistributions of source code must retain the above copyright
|
66 |
| - * notice, this list of conditions and the following disclaimer. |
| 66 | + * notice, this list of conditions and the following disclaimer. |
67 | 67 | *
|
68 | 68 | * 2. Redistributions in binary form must reproduce the above copyright
|
69 | 69 | * notice, this list of conditions and the following disclaimer in
|
|
117 | 117 | module deimos.openssl.srtp;
|
118 | 118 |
|
119 | 119 | import deimos.openssl._d_util;
|
120 |
| -import deimos.openssl.ossl_typ : SSL, SSL_CTX; |
121 |
| -import deimos.openssl.ssl : SRTP_PROTECTION_PROFILE; |
| 120 | +import deimos.openssl.ssl : SSL, SSL_CTX, SRTP_PROTECTION_PROFILE; |
122 | 121 | import deimos.openssl.safestack : STACK_OF;
|
123 | 122 |
|
124 | 123 | extern(C):
|
|
0 commit comments