From 563a6becf985944716ef0e37cce7ee210be0d93c Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 23 Oct 2001 10:23:32 +0000 Subject: __FBSDID() (second half of src/lib/libcrypt changes) --- secure/lib/libcrypt/blowfish.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'secure/lib/libcrypt/blowfish.c') diff --git a/secure/lib/libcrypt/blowfish.c b/secure/lib/libcrypt/blowfish.c index 3d74c05..d4e4fae 100644 --- a/secure/lib/libcrypt/blowfish.c +++ b/secure/lib/libcrypt/blowfish.c @@ -29,10 +29,11 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + /* * This code is derived from section 14.3 and the given source * in section V of Applied Cryptography, second edition. -- cgit v1.1