blob: 7f6cf5d8c87c6463d89663033f402cbfd1654622 [file] [log] [blame]
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08001/*
Elliott Hughese8bcca32012-10-23 12:26:26 -07002 * Copyright (C) 2012 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080015 */
16
Elliott Hughese8bcca32012-10-23 12:26:26 -070017#ifndef _SHA1_H_
18#define _SHA1_H_
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080019
Elliott Hughese8bcca32012-10-23 12:26:26 -070020#warning "include <sys/sha1.h> instead for better portability"
21#include <sys/sha1.h>
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080022
Elliott Hughese8bcca32012-10-23 12:26:26 -070023#endif