]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
moved gnutls_anon and gnutls_dhe_dss to auth_*
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 11 Mar 2001 21:52:27 +0000 (21:52 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 11 Mar 2001 21:52:27 +0000 (21:52 +0000)
lib/Makefile.am
lib/auth_anon.c [moved from lib/gnutls_anon.c with 100% similarity]
lib/auth_anon.h [moved from lib/gnutls_anon.h with 100% similarity]
lib/auth_dhe_dss.c [moved from lib/gnutls_dhe_dss.c with 100% similarity]
lib/auth_dhe_dss.h [moved from lib/gnutls_dhe_dss.h with 100% similarity]

index 1ce9993981406776dc31770abf70cf73d80cba28..4242ee10d6a25ef1849e981c66a38e46d8026f8a 100644 (file)
@@ -4,12 +4,12 @@ EXTRA_DIST = debug.h gnutls_compress.h defines.h gnutls_plaintext.h \
        gnutls_handshake.h gnutls_num.h gnutls_algorithms.h gnutls_dh.h \
        gnutls_kx.h gnutls_hash_int.h gnutls_cipher_int.h gnutls_db.h \
        gnutls_compress_int.h gnutls_session.h gnutls_priority.h gnutls_auth.h \
-       gnutls_anon.h gnutls_dhe_dss.h
+       auth_anon.h auth_dhe_dss.h
 lib_LTLIBRARIES = libgnutls.la
 libgnutls_la_SOURCES = gnutls.c gnutls_compress.c debug.c gnutls_plaintext.c \
        gnutls_cipher.c gnutls_buffers.c gnutls_handshake.c gnutls_num.c \
        gnutls_errors.c gnutls_algorithms.c gnutls_dh.c gnutls_kx.c \
        gnutls_priority.c gnutls_hash_int.c gnutls_cipher_int.c \
        gnutls_compress_int.c gnutls_session.c gnutls_db.c cert_b64.c \
-       gnutls_anon.c gnutls_dhe_dss.c
+       auth_anon.c auth_dhe_dss.c
 libgnutls_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
similarity index 100%
rename from lib/gnutls_anon.c
rename to lib/auth_anon.c
similarity index 100%
rename from lib/gnutls_anon.h
rename to lib/auth_anon.h
similarity index 100%
rename from lib/gnutls_dhe_dss.c
rename to lib/auth_dhe_dss.c
similarity index 100%
rename from lib/gnutls_dhe_dss.h
rename to lib/auth_dhe_dss.h