Commit 4abfc4ff authored by Adam Langley's avatar Adam Langley

crypto/ocsp: add missing Makefile

R=rsc
CC=golang-dev
https://golang.org/cl/2018041
parent 3112bb07
......@@ -39,6 +39,7 @@ DIRS=\
crypto/hmac\
crypto/md4\
crypto/md5\
crypto/ocsp\
crypto/rand\
crypto/rc4\
crypto/ripemd160\
......
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
include ../../../Make.inc
TARG=crypto/ocsp
GOFILES=\
ocsp.go\
include ../../../Make.pkg
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment