sha256.h 144 B

123456789
  1. #ifndef APTPKG_SHA256_H
  2. #define APTPKG_SHA256_H
  3. #include "sha2.h"
  4. #warning "This header is deprecated, please include sha2.h instead"
  5. #endif