Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 1996 08:22:49 -0700 (PDT)
From:      "Andrey A. Chernov" <ache>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libskey Makefile put.c skey.h skeylogin.c
Message-ID:  <199610171522.IAA06500@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610171522.IAA06500>