configure
author Kim Alvefur <zash@zash.se>
Wed, 09 May 2012 00:12:53 +0200
changeset 4823 a61e78b4a2b3
parent 4451 70275ab52ab2
child 5048 e02161ba20e0
permissions -rwxr-xr-x
util.openssl: Add wrapper for the openssl cli tool and move certificate config logic from util.x509 into it.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
463
a2452d3bd828 Add a top-level Makefile and ./configure script. Update util-src Makefile for this.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
     1
#!/bin/sh
a2452d3bd828 Add a top-level Makefile and ./configure script. Update util-src Makefile for this.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
     2
a2452d3bd828 Add a top-level Makefile and ./configure script. Update util-src Makefile for this.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
     3
# Defaults
a2452d3bd828 Add a top-level Makefile and ./configure script. Update util-src Makefile for this.
Matthew Wild <mwild1@gmail.com>