From 1440ab035ba04550ddbbfbff1ee9b5571e3d95db Mon Sep 17 00:00:00 2001 From: Marc Horowitz Date: Fri, 30 Oct 1998 02:56:35 +0000 Subject: pull up 3des implementation from the marc-3des branch git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11001 dc483132-0cff-0310-8789-dd5450dbe970 --- src/mac/TestTrack/ShlibTestTrack.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/mac/TestTrack/ShlibTestTrack.h (limited to 'src/mac/TestTrack/ShlibTestTrack.h') diff --git a/src/mac/TestTrack/ShlibTestTrack.h b/src/mac/TestTrack/ShlibTestTrack.h deleted file mode 100644 index 12e656b1a..000000000 --- a/src/mac/TestTrack/ShlibTestTrack.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright (C) 1997 by the Massachusetts Institute of Technology - * All rights reserved. - * - * For copying and distribution information, please see the file - * COPYRIGHT. - */ - -#ifndef __SHLIB_TESTTRACK__ -#define __SHLIB_TESTTRACK__ - -#include - -/* Special version of TestTrack for shared libraries -- uses calling application's - version information */ - -OSErr ShlibTestTrack(CFragInitBlockPtr ibp); - -#endif /* __SHLIB_TESTTRACK__ */ \ No newline at end of file -- cgit