/* * SHA-1 in C * By Steve Reid * 100% Public Domain * */ // Ported to C++, Google style, under namespace rtc. #ifndef WEBRTC_BASE_SHA1_H_ #define WEBRTC_BASE_SHA1_H_ // This header is deprecated and is just left here temporarily during // refactoring. See https://bugs.webrtc.org/7634 for more details. #include "webrtc/rtc_base/sha1.h" #endif // WEBRTC_BASE_SHA1_H_