From 290e4d98abbc6981d8bb93e7389ac203d296fbb3 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 8 Mar 2021 11:17:21 -0800 Subject: [PATCH] Add ObsoleteFiles.inc entries for various OCF headers removed in 13. Approved by: re (gjb) (cherry picked from commit ef74bfc6fed298d5ca0e3cb92bf008b715ea0c2f) (cherry picked from commit da55db32647bfe56ce12857ad6ef611af4cfb7be) --- ObsoleteFiles.inc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 5f4495c50ee..d72eebbe7de 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -1212,11 +1212,19 @@ OLD_DIRS+=usr/lib/clang/10.0.0/lib/freebsd OLD_DIRS+=usr/lib/clang/10.0.0/lib OLD_DIRS+=usr/lib/clang/10.0.0 +# 20200520: xform_userland.h removed +OLD_FILES+=usr/include/crypto/xform_userland.h + # 20200515: libalias cuseeme protocol support retired OLD_LIBS+=lib/libalias_cuseeme.so OLD_FILES+=usr/lib/libalias_cuseeme.a OLD_FILES+=usr/lib/libalias_cuseeme_p.a +# 20200511: Remove deprecated crypto algorithms +OLD_FILES+=usr/include/crypto/cast.h +OLD_FILES+=usr/include/crypto/castsb.h +OLD_FILES+=usr/include/crypto/skipjack.h + # 20200511: Remove ubsec(4) OLD_FILES+=usr/share/man/man4/ubsec.4.gz @@ -1252,6 +1260,7 @@ OLD_FILES+=usr/share/man/man1/gdbserver.1.gz OLD_FILES+=usr/share/man/man1/kgdb.1.gz # 20200327: OCF refactoring +OLD_FILES+=usr/include/crypto/cryptosoft.h OLD_FILES+=usr/share/man/man9/crypto_find_driver.9.gz OLD_FILES+=usr/share/man/man9/crypto_register.9.gz OLD_FILES+=usr/share/man/man9/crypto_unregister.9.gz -- 2.45.0