summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypt/crypt-blowfish.c
diff options
context:
space:
mode:
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