mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
make this a Python package that can be imported
This commit is contained in:
parent
e1bbcd04b7
commit
208ded9d02
2 changed files with 1 additions and 1 deletions
|
|
@ -12,4 +12,4 @@ _sni_support.so: sni_support_wrap.o sni_support.o
|
|||
$(CC) -shared $^ -o $@
|
||||
|
||||
clean:
|
||||
rm -f $(targets)
|
||||
rm -f $(targets) *.pyc
|
||||
|
|
|
|||
0
server-ca/sni_challenge/__init__.py
Normal file
0
server-ca/sni_challenge/__init__.py
Normal file
Loading…
Reference in a new issue