aboutsummaryrefslogtreecommitdiff
path: root/openssl/vendor/current/MacOS/GetHTTPS.src/CPStringUtils.hpp
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-07-20 02:33:07 +0000
committerRob Austein <sra@hactrn.net>2006-07-20 02:33:07 +0000
commit2d98fe3f5c72c4023226c508a13bf37094268ec6 (patch)
treed562ec6d9e53cab545be8c98f63a73c74843250f /openssl/vendor/current/MacOS/GetHTTPS.src/CPStringUtils.hpp
parentf1380684219e15de601a9994aabf65a574746113 (diff)
Cleanup
svn path=/openssl/trunk/crypto/x509v3/v3_asid.c; revision=26
Diffstat (limited to 'openssl/vendor/current/MacOS/GetHTTPS.src/CPStringUtils.hpp')
0 files changed, 0 insertions, 0 deletions
ra/rpki.net/commit/utils/roa/Makefile?id=905d82d3aed2726eed2b8a814af45968dde3fd33'>905d82d3
f05001f8
905d82d3


91e7699c
bc934a48





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

      


                
               
               



                   
 


                                     




                           
              
                                                       
 
                                                                   


                                                 
                                                                                                                  





                      
# $Id$

NAME = print_roa

BIN = ${NAME}
SRC = ${NAME}.c
OBJ = ${NAME}.o

CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@

abs_top_srcdir	 = @abs_top_srcdir@
abs_top_builddir = @abs_top_builddir@

all: ${BIN}

clean:
	rm -f ${BIN} ${OBJ}

${BIN}: ${SRC}
	${CC} ${CFLAGS} -o $@ ${SRC} ${LDFLAGS} ${LIBS}

ROA_DIR = ${abs_top_builddir}/rpkid/tests/smoketest.dir/publication

test: all
	-date -u +'now:            %Y%m%d%H%M%SZ'
	if test -d ${ROA_DIR}; then find ${ROA_DIR} -type f -name '*.roa' -print -exec ./${BIN} {} \; ; else :; fi

install:
	@true

distclean: clean
	rm -f Makefile