diff options
| author | Steven Fackler <[email protected]> | 2013-12-28 16:57:54 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2013-12-28 16:57:54 -0700 |
| commit | 87da25240d71135400f38b6c0dbe666efd3be5a6 (patch) | |
| tree | 9f428e2f21834891a041e3115ee111847f329898 | |
| parent | Relicense under Apache V2 (diff) | |
| download | rust-openssl-87da25240d71135400f38b6c0dbe666efd3be5a6.tar.xz rust-openssl-87da25240d71135400f38b6c0dbe666efd3be5a6.zip | |
Prepare rust-ssl to merge into rust-openssl
| -rw-r--r-- | LICENSE | 13 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | ssl/error.rs (renamed from error.rs) | 0 | ||||
| -rw-r--r-- | ssl/ffi.rs (renamed from ffi.rs) | 0 | ||||
| -rw-r--r-- | ssl/lib.rs (renamed from lib.rs) | 0 | ||||
| -rw-r--r-- | ssl/test.rs (renamed from test.rs) | 0 | ||||
| -rw-r--r-- | ssl/test/cert.pem (renamed from test/cert.pem) | 0 | ||||
| -rw-r--r-- | ssl/test/key.pem (renamed from test/key.pem) | 0 |
8 files changed, 0 insertions, 15 deletions
diff --git a/LICENSE b/LICENSE deleted file mode 100644 index fea12d25..00000000 --- a/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ -Copyright 2013 Steven Fackler - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. diff --git a/README.md b/README.md deleted file mode 100644 index 2a55142d..00000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -rust-ssl -======== diff --git a/test/cert.pem b/ssl/test/cert.pem index a520dd24..a520dd24 100644 --- a/test/cert.pem +++ b/ssl/test/cert.pem diff --git a/test/key.pem b/ssl/test/key.pem index a3f80dd9..a3f80dd9 100644 --- a/test/key.pem +++ b/ssl/test/key.pem |