aboutsummaryrefslogtreecommitdiff
path: root/openssl/vendor/current/times/x86/dess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/vendor/current/times/x86/dess.cpp')
0 files changed, 0 insertions, 0 deletions
<sra@hactrn.net> 2009-06-25 22:31:09 +0000 committer Rob Austein <sra@hactrn.net> 2009-06-25 22:31:09 +0000 Checkpoint' href='/sra/rpki.net/commit/myrpki/Makefile?id=e5d070668a02441803ab7c53372eb49fb2183bd3'>e5d07066
65dd0c1e
b0efb7fe
9eb1fa68
9eb1fa68

5d4eeede

76017f62
6baa092a


8be91ec1



a3dc5869
6a57a77a
d20ebcaf
6a57a77a
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
35
36
37
38
39

      
              
 

                                                       
 

                                   
 






                                                                             
                                

      
                                                             
                             
 

                                   

      
                                                                                                                                                                  


                         



                                                                                          
                       
 
               
                          
# $Id$

all: schema.py

lint: myrpki.xml schema.rng
	xmllint --noout --relaxng schema.rng myrpki.xml

schema.rng: schema.rnc
	trang schema.rnc schema.rng

schema.py: schema.rng
	echo >$@ 'import lxml.etree'
	echo >>$@  -n "myrpki = lxml.etree.RelaxNG(lxml.etree.fromstring('''"
	cat >>$@ schema.rng
	echo >>$@ "'''))"

parse: myrpki.xml schema.py
	python xml-parse-test.py

clean:
	rm -rf *.xml bpki.myrpki bpki.myirbe test screenlog.*
	python sql-cleaner.py

format: myrpki.xml
	xmllint --format myrpki.xml

graph:
	find . -name .svn -prune -o -type d -name 'bpki.*' -print | while read b; do python ../scripts/x509-dot.py $$b | dot -T ps2 | ps2pdf - $$b/graph.pdf; done

verify:
	sh verify-bpki.sh

backup:
	python sql-dumper.py
	tar cvvzf test.$$(TZ='' date +%Y.%m.%d.%H.%M.%S).tgz screenlog.* test backup.*.sql
	rm backup.*.sql

test: schema.py
	python yamltest.py