diff options
author | ume <ume@FreeBSD.org> | 2003-11-05 09:41:23 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-11-05 09:41:23 +0000 |
commit | 1b0d2b237ef5dc12f3fb211efc7b75ca8569ceea (patch) | |
tree | 1ea09163a35ae85d875bf32809246ad32e65bf53 /lib/libipsec/Makefile | |
parent | 0206145b43bc58420bb652c29f4f7a986f05117b (diff) | |
download | FreeBSD-src-1b0d2b237ef5dc12f3fb211efc7b75ca8569ceea.zip FreeBSD-src-1b0d2b237ef5dc12f3fb211efc7b75ca8569ceea.tar.gz |
- plug memory leak.
- fixed a length of the sadb extension in the case of pfkey_send_x5().
- used getprotobynumber() for printing a upper layer protocol name.
- modified the output format against the change of the setkey syntax
about a icmp6 type/code.
- don't enumerate reserved fields. use memset.
Obtained from: KAME
Diffstat (limited to 'lib/libipsec/Makefile')
-rw-r--r-- | lib/libipsec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libipsec/Makefile b/lib/libipsec/Makefile index e09ef7f..d197caa 100644 --- a/lib/libipsec/Makefile +++ b/lib/libipsec/Makefile @@ -24,6 +24,7 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. +# # $FreeBSD$ LIB= ipsec |