From owner-cvs-lib Thu Oct 17 08:23:05 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA06520 for cvs-lib-outgoing; Thu, 17 Oct 1996 08:23:05 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA06500; Thu, 17 Oct 1996 08:22:49 -0700 (PDT) Date: Thu, 17 Oct 1996 08:22:49 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199610171522.IAA06500@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libskey Makefile put.c skey.h skeylogin.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/17 08:22:49 Modified: lib/libskey Makefile put.c skey.h skeylogin.c Log: Prevent namespace pollution cause by this library by splitting to API and non-API functions and giving _sk_ prefix for all non-API functions. Old names will be available by _SKEY_INTERNAL define it allows not change anything in keyinit & key, only -D_SKEY_INTERNAL required. Staticise some things. Revision Changes Path 1.7 +1 -1 src/lib/libskey/Makefile 1.6 +1 -1 src/lib/libskey/put.c 1.4 +19 -4 src/lib/libskey/skey.h 1.10 +2 -2 src/lib/libskey/skeylogin.c