summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypt/crypt-blowfish.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-10-23 10:23:32 +0000
committerpeter <peter@FreeBSD.org>2001-10-23 10:23:32 +0000
commit563a6becf985944716ef0e37cce7ee210be0d93c (patch)
tree36738e0a2071572c20f4b714f52a33acecd747a8 /secure/lib/libcrypt/crypt-blowfish.c
parent2e67ce5d642a5042808c75e2275d4656e729c186 (diff)
downloadFreeBSD-src-563a6becf985944716ef0e37cce7ee210be0d93c.zip
FreeBSD-src-563a6becf985944716ef0e37cce7ee210be0d93c.tar.gz
__FBSDID() (second half of src/lib/libcrypt changes)
Diffstat (limited to 'secure/lib/libcrypt/crypt-blowfish.c')
-rw-r--r--secure/lib/libcrypt/crypt-blowfish.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/secure/lib/libcrypt/crypt-blowfish.c b/secure/lib/libcrypt/crypt-blowfish.c
index 6893da3..6add0f06 100644
--- a/secure/lib/libcrypt/crypt-blowfish.c
+++ b/secure/lib/libcrypt/crypt-blowfish.c
@@ -26,10 +26,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 <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
/* This password hashing algorithm was designed by David Mazieres
* <dm@lcs.mit.edu> and works as follows:
*
OpenPOWER on IntegriCloud