From 5c3e856e9f0b908494126d1ea7b99c8c32d37039 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 3 Nov 2019 21:31:05 -0500 Subject: [PATCH] Rename MD5 implementation (non-bisectable) Just rename MD5 -> MD5_native in place so that git annotate will show the lines as having originated there. --- libqpdf/{MD5.cc => MD5_native.cc} | 0 libqpdf/qpdf/{MD5.hh => MD5_native.hh} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename libqpdf/{MD5.cc => MD5_native.cc} (100%) rename libqpdf/qpdf/{MD5.hh => MD5_native.hh} (100%) diff --git a/libqpdf/MD5.cc b/libqpdf/MD5_native.cc similarity index 100% rename from libqpdf/MD5.cc rename to libqpdf/MD5_native.cc diff --git a/libqpdf/qpdf/MD5.hh b/libqpdf/qpdf/MD5_native.hh similarity index 100% rename from libqpdf/qpdf/MD5.hh rename to libqpdf/qpdf/MD5_native.hh