diff options
| author | Erick Tryzelaar <[email protected]> | 2013-08-15 07:31:26 -0700 |
|---|---|---|
| committer | Erick Tryzelaar <[email protected]> | 2013-08-15 07:55:22 -0700 |
| commit | 06b41612aafcddf5bf3c49c5db85177785fa6211 (patch) | |
| tree | 0306c691e3d57def24ccc7d8c0c758c57848a937 /crypto.rc | |
| parent | Add destructors to all the types that need destructing (diff) | |
| download | rust-openssl-06b41612aafcddf5bf3c49c5db85177785fa6211.tar.xz rust-openssl-06b41612aafcddf5bf3c49c5db85177785fa6211.zip | |
Rename crypto.rc to crypto.rs
Diffstat (limited to 'crypto.rc')
| -rw-r--r-- | crypto.rc | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/crypto.rc b/crypto.rc deleted file mode 100644 index e562bdca..00000000 --- a/crypto.rc +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright 2011 Google Inc. - * - * 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. - */ - -#[link(name = "crypto", - vers = "0.2", - uuid = "38297409-b4c2-4499-8131-a99a7e44dad3")]; -#[crate_type = "lib"]; - -pub mod hash; -pub mod pkey; -pub mod symm; -pub mod pkcs5; -pub mod rand; |