]> git.saurik.com Git - apt.git/blame - apt-pkg/contrib/sha256.h
enable Hashes::AddFD() to skip creation of certain hashes
[apt.git] / apt-pkg / contrib / sha256.h
CommitLineData
cde41ae8
MV
1#ifndef APTPKG_SHA256_H
2#define APTPKG_SHA256_H
3
84a0890e 4#include "sha2.h"
cde41ae8 5
84a0890e 6#warn "This header is deprecated, please include sha2.h instead"
cde41ae8
MV
7
8#endif