1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

sslinfo contrib module - information about current SSL certificate

Author: Victor Wagner <vitus@cryptocom.ru>
This commit is contained in:
Peter Eisentraut
2006-09-04 15:07:46 +00:00
parent c8041474ee
commit 6dc920de59
6 changed files with 505 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/contrib/Makefile,v 1.66 2006/05/30 13:25:57 momjian Exp $
# $PostgreSQL: pgsql/contrib/Makefile,v 1.67 2006/09/04 15:07:46 petere Exp $
subdir = contrib
top_builddir = ..
@ -36,6 +36,10 @@ WANTED_DIRS = \
userlock \
vacuumlo
ifeq ($(with_openssl),yes)
WANTED_DIRS += sslinfo
endif
# Missing:
# adddepend \ (does not have a makefile)
# mSQL-interface \ (requires msql installed)